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

Unified Diff: third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h

Issue 2515623003: Stop OffscreenCanvas resize from changing placeholder attributes (Closed)
Patch Set: report correct intrinsic size 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/platform/graphics/OffscreenCanvasPlaceholder.h
diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
index 703496afa17db46a795d264d516d62680f7d034e..73d4b9f4a3e041f0ec293ad93a94aa2606ade74a 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
@@ -27,8 +27,6 @@ class PLATFORM_EXPORT OffscreenCanvasPlaceholder {
unsigned resourceId);
void releasePlaceholderFrame();
- virtual void setSize(const IntSize&) = 0;
-
static OffscreenCanvasPlaceholder* getPlaceholderById(unsigned placeholderId);
void registerPlaceholder(unsigned placeholderId);

Powered by Google App Engine
This is Rietveld 408576698