Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1064)

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h

Issue 2584343002: WIP: working copy-no-compositor path
Patch Set: StatTracker destructor, delete old magic numbers, mojo export Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698