| 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; | 
|  |