| Index: webkit/renderer/compositor_bindings/web_layer_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_layer_impl.h b/webkit/renderer/compositor_bindings/web_layer_impl.h
|
| index e218bec9501c48ca65b38ae9304dee5bd408a1ee..01e7e5894596d2036f0d770da4dd5275a7ad7a8b 100644
|
| --- a/webkit/renderer/compositor_bindings/web_layer_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_layer_impl.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebColor.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebCompositingReasons.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebPoint.h"
|
| @@ -81,6 +82,7 @@ class WebLayerImpl : public WebKit::WebLayer {
|
| virtual void setFilters(const WebKit::WebFilterOperations& filters);
|
| virtual void setBackgroundFilters(const WebKit::WebFilterOperations& filters);
|
| virtual void setDebugName(WebKit::WebString name);
|
| + virtual void setCompositingReasons(WebKit::WebCompositingReasons);
|
| virtual void setAnimationDelegate(WebKit::WebAnimationDelegate* delegate);
|
| virtual bool addAnimation(WebKit::WebAnimation* animation);
|
| virtual void removeAnimation(int animation_id);
|
|
|