| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 18f00f5afddda68c1b22917d181077905cb3c8d9..01747be1e2eb630ee55cba26bd2a773852380ae1 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -552,6 +552,8 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext,
|
|
|
| unsigned maxVertexAttribs() const { return m_maxVertexAttribs; }
|
|
|
| + void setSurfaceHandle(int);
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| @@ -782,6 +784,8 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext,
|
| bool m_synthesizedErrorsToConsole;
|
| int m_numGLErrorsToConsoleAllowed;
|
|
|
| + int m_surfaceHandle;
|
| +
|
| unsigned long m_onePlusMaxNonDefaultTextureUnit;
|
|
|
| std::unique_ptr<Extensions3DUtil> m_extensionsUtil;
|
|
|