| Index: public/platform/WebLayer.h
|
| diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
|
| index 046b98021de00fbbac2fa6a35a664b09418c725b..69a03ac7ecbbb1c3447da504ef1b84e968c85999 100644
|
| --- a/public/platform/WebLayer.h
|
| +++ b/public/platform/WebLayer.h
|
| @@ -136,6 +136,8 @@ public:
|
| // (opacity, transforms), it may conflict and hide the background filters.
|
| virtual void setBackgroundFilters(const WebFilterOperations&) = 0;
|
|
|
| + virtual void setHasGpuRasterizationHint(bool) = 0;
|
| +
|
| // An animation delegate is notified when animations are started and
|
| // stopped. The WebLayer does not take ownership of the delegate, and it is
|
| // the responsibility of the client to reset the layer's delegate before
|
|
|