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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.h

Issue 2508943003: Make OffscreenCanvas resizeable (Closed)
Patch Set: Created 4 years, 1 month 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/core/html/HTMLCanvasElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
index aed0212605b760d3286854a99cfb79ae4f0fd639..ada5106e1301c072fdb373067a1ab9152461e352 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -99,7 +99,7 @@ class CORE_EXPORT HTMLCanvasElement final : public HTMLElement,
void setWidth(int, ExceptionState&);
void setHeight(int, ExceptionState&);
- void setSize(const IntSize& newSize);
+ void setSize(const IntSize& newSize) override;
// Called by Document::getCSSCanvasContext as well as above getContext().
CanvasRenderingContext* getCanvasRenderingContext(

Powered by Google App Engine
This is Rietveld 408576698