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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp

Issue 2411703004: Add usage counter to OffscreenCanvas API calls (Closed)
Patch Set: fix compile error 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/WebGL2RenderingContext.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
index ee396ee37faa6b30c705e8b79262bbdb14e0acef..65d594fcf56829838f1ef664a98ca31012ee86d8 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
@@ -102,7 +102,8 @@ void WebGL2RenderingContext::setOffscreenCanvasGetContextResult(
result.setWebGL2RenderingContext(this);
}
-ImageBitmap* WebGL2RenderingContext::transferToImageBitmap() {
+ImageBitmap* WebGL2RenderingContext::transferToImageBitmap(
+ ScriptState* scriptState) {
NOTIMPLEMENTED();
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698