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

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

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: factor out common validation code from getBufferSubData/Async Created 4 years, 2 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 73bbe090b2905cdcdd281d491ed3868cd1b65a02..00bcc0e6770378bb732ba5453cd8bd7c8682f8ad 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
@@ -649,7 +649,7 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext {
void addContextObject(WebGLContextObject*);
void detachAndRemoveAllObjects();
- void destroyContext();
+ virtual void destroyContext();
void markContextChanged(ContentChangeType);
void onErrorMessage(const char*, int32_t id);

Powered by Google App Engine
This is Rietveld 408576698