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

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

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/WebGLRenderingContext.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
index f3d63f88e4b279e182e07181ea616d4304f6948a..ad710b57affabaed1903610e9df3f46deabee99e 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
@@ -63,7 +63,7 @@ class WebGLRenderingContext final : public WebGLRenderingContextBase {
CanvasRenderingContext::ContextType getContextType() const override {
return CanvasRenderingContext::ContextWebgl;
}
- ImageBitmap* transferToImageBitmap(ExceptionState&) final;
+ ImageBitmap* transferToImageBitmap() final;
String contextName() const override { return "WebGLRenderingContext"; }
void registerContextExtensions() override;
void setCanvasGetContextResult(RenderingContext&) final;

Powered by Google App Engine
This is Rietveld 408576698