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

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

Issue 1309393007: [poc] redecode Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: resetColorProfileForTesting rename Created 5 years, 1 month 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/ImageObserver.h
diff --git a/third_party/WebKit/Source/platform/graphics/ImageObserver.h b/third_party/WebKit/Source/platform/graphics/ImageObserver.h
index 0cdf1d0031354281e977ab557d815e9d24de14d2..d4c0362c53ecd382e5e4304954df2e3cb020b9cb 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageObserver.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageObserver.h
@@ -30,6 +30,7 @@
namespace blink {
+class ColorSpaceProfile;
class Image;
class IntRect;
@@ -40,6 +41,7 @@ protected:
virtual ~ImageObserver();
public:
virtual void decodedSizeChanged(const Image*, int delta) = 0;
+ virtual void deviceProfileChanged(const Image*, ColorSpaceProfile*) = 0;
virtual void didDraw(const Image*) = 0;
virtual bool shouldPauseAnimation(const Image*) = 0;

Powered by Google App Engine
This is Rietveld 408576698