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

Unified Diff: third_party/WebKit/public/platform/WebImageLayer.h

Issue 1331533002: [poc] curve-filter Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ensure screen device profiles are matrix Created 5 years 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
« no previous file with comments | « third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebImageLayer.h
diff --git a/third_party/WebKit/public/platform/WebImageLayer.h b/third_party/WebKit/public/platform/WebImageLayer.h
index 38a087ab338972252e5da04d937c10b1e99fc130..3b21d2bd7c0a6a8edd1ca2163255e1077e0509a3 100644
--- a/third_party/WebKit/public/platform/WebImageLayer.h
+++ b/third_party/WebKit/public/platform/WebImageLayer.h
@@ -30,6 +30,7 @@
#include "WebLayer.h"
class SkBitmap;
+class SkColorFilter;
class SkImage;
namespace blink {
@@ -39,7 +40,7 @@ public:
virtual ~WebImageLayer() { }
virtual WebLayer* layer() = 0;
- virtual void setImage(const SkImage*) = 0;
+ virtual void setImage(const SkImage*, SkColorFilter* = nullptr) = 0;
virtual void setNearestNeighbor(bool) = 0;
};
« no previous file with comments | « third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698