| Index: public/platform/WebLayer.h
|
| diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
|
| index 60bd11970b22a112cea48c9db6b028b0745a1db0..83089ca7248ee0fa599542965cbdc6f3bb3a497e 100644
|
| --- a/public/platform/WebLayer.h
|
| +++ b/public/platform/WebLayer.h
|
| @@ -128,6 +128,10 @@ public:
|
| // WebFilterOperations object.
|
| virtual void setFilters(const WebFilterOperations&) = 0;
|
|
|
| + // Clear the background filters in use by passing in a newly instantiated
|
| + // WebFilterOperations object.
|
| + virtual void setBackgroundFilters(const WebFilterOperations&) = 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
|
|
|