| 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 47a033417518bbb4961902213d4c85923d0d5bc1..56393e1566288e20b005b40d5227501680033335 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -219,6 +219,8 @@ class WebLayer {
|
| virtual uint32_t compositorMutableProperties() const = 0;
|
|
|
| virtual void setHasWillChangeTransformHint(bool) = 0;
|
| + virtual void setPreferredRasterScale(float) = 0;
|
| + virtual void clearPreferredRasterScale() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|