| 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 0282f171193afc6d4e5f35e5fc92858f55f77180..7ce4091cdc0d60f5583f1d8bbb3d7ad0b356368c 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -202,6 +202,8 @@ public:
|
|
|
| virtual void setCompositorMutableProperties(uint32_t) = 0;
|
| virtual uint32_t compositorMutableProperties() const = 0;
|
| +
|
| + virtual void setHasWillChangeTransformHint(bool) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|