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

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

Issue 2698573002: Support offscreen contexts which own their backing surface (Closed)
Patch Set: Add missing LoginCustomFlags histogram entry Created 3 years, 10 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 27acdfa022c524e5474335da360c36863dc6d744..3ef96308e8d1159d4b2d81bdd852dd030545ffe0 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
@@ -1635,6 +1635,7 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext,
std::unique_ptr<WebGraphicsContext3DProvider>,
const CanvasContextCreationAttributes&,
unsigned);
+ static bool supportOwnOffscreenSurface(ExecutionContext*);
static std::unique_ptr<WebGraphicsContext3DProvider>
createContextProviderInternal(HTMLCanvasElement*,
ScriptState*,

Powered by Google App Engine
This is Rietveld 408576698