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

Unified Diff: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h

Issue 2335903003: Revert of Disallow users modify canvas after it transfers control to offscreen (Closed)
Patch Set: Created 4 years, 3 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/canvas/HTMLCanvasElementModule.h
diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
index 7ae51a810002ac74f97768818619cbbab42fc09a..313143ce02d958a8b0598910b8ddbe1db29d7d00 100644
--- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
+++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
@@ -22,7 +22,7 @@
friend class HTMLCanvasElementModuleTest;
public:
- static void getContext(HTMLCanvasElement&, const String&, const CanvasContextCreationAttributes&, ExceptionState&, RenderingContext&);
+ static void getContext(HTMLCanvasElement&, const String&, const CanvasContextCreationAttributes&, RenderingContext&);
static OffscreenCanvas* transferControlToOffscreen(HTMLCanvasElement&, ExceptionState&);
private:

Powered by Google App Engine
This is Rietveld 408576698