Index: cc/blink/web_layer_impl.h |
diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h |
index 12b591606486245c47cbc2ef9a20d67082bf022a..2d738708bf1317eb6ecb98302ed798524514f5a9 100644 |
--- a/cc/blink/web_layer_impl.h |
+++ b/cc/blink/web_layer_impl.h |
@@ -19,6 +19,7 @@ |
#include "third_party/WebKit/public/platform/WebColor.h" |
#include "third_party/WebKit/public/platform/WebDoublePoint.h" |
#include "third_party/WebKit/public/platform/WebFloatPoint.h" |
+#include "third_party/WebKit/public/platform/WebFloatSize.h" |
#include "third_party/WebKit/public/platform/WebLayer.h" |
#include "third_party/WebKit/public/platform/WebPoint.h" |
#include "third_party/WebKit/public/platform/WebRect.h" |
@@ -96,6 +97,7 @@ class WebLayerImpl : public blink::WebLayer { |
void setBackgroundColor(blink::WebColor color) override; |
blink::WebColor backgroundColor() const override; |
void setFilters(const cc::FilterOperations& filters) override; |
+ void setFiltersOrigin(const blink::WebFloatPoint& origin) override; |
void setBackgroundFilters(const cc::FilterOperations& filters) override; |
bool hasActiveAnimationForTesting() override; |
void setScrollPositionDouble(blink::WebDoublePoint position) override; |