| Index: third_party/WebKit/public/platform/WebLayer.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
|
| index 9da1a40e3a5100f3756929efc4fe47d714d82fa3..457ee2ee5a2daa15154c6e180bbfe7234a9f72d4 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -218,8 +218,6 @@ class WebLayer {
|
| virtual uint32_t compositorMutableProperties() const = 0;
|
|
|
| virtual void setHasWillChangeTransformHint(bool) = 0;
|
| - virtual void setPreferredRasterBounds(const WebSize&) = 0;
|
| - virtual void clearPreferredRasterBounds() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|