| 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);
|
|
|