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

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

Issue 2440213003: Minor clean up in transferToImageBitmap API (Closed)
Patch Set: 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 ec15a081adb5c3d04c009940ab34266731150668..ee396ee37faa6b30c705e8b79262bbdb14e0acef 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
@@ -102,8 +102,7 @@ void WebGL2RenderingContext::setOffscreenCanvasGetContextResult(
result.setWebGL2RenderingContext(this);
}
-ImageBitmap* WebGL2RenderingContext::transferToImageBitmap(
- ExceptionState& exceptionState) {
+ImageBitmap* WebGL2RenderingContext::transferToImageBitmap() {
NOTIMPLEMENTED();
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698