Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
index b30629e510dccaf32bdbde9ad60adbf9d3f42196..9ddaedaf62d6c5043a5fb15a00297438a2174c4f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -67,6 +67,7 @@ class JSONObject; |
class PaintController; |
class ScrollableArea; |
class WebCompositorAnimation; |
+class WebFilterOperations; |
class WebLayer; |
typedef Vector<GraphicsLayer*, 64> GraphicsLayerVector; |
@@ -175,6 +176,7 @@ public: |
void setScrollBlocksOn(WebScrollBlocksOn); |
void setIsRootForIsolatedGroup(bool); |
+ void setContentsLayerColorTransform(PassRefPtr<SkColorFilter>); |
void setFilters(const FilterOperations&); |
void setBackdropFilters(const FilterOperations&); |