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

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

Issue 2698573002: Support offscreen contexts which own their backing surface (Closed)
Patch Set: Rebase and retry again 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 23c818acc3fd4305d6b23730e4f574f6849ebf88..119e746894a5efd1cbe06f65d0cc286ffc8899dc 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