Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h

Issue 1331533002: [poc] curve-filter Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix CanvasRenderingContext2D::createPattern crash for #40 Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698