Index: third_party/WebKit/Source/platform/graphics/ImageSource.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.h b/third_party/WebKit/Source/platform/graphics/ImageSource.h |
index a04cc45c8931b2ec6ed366b273c770785e6b7ee3..98543d289238dabf131e1d339ea1e4ab4d1d1b65 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageSource.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h |
@@ -27,6 +27,7 @@ |
#define ImageSource_h |
#include "platform/PlatformExport.h" |
+#include "platform/graphics/ColorSpaceProfile.h" |
#include "platform/graphics/ImageOrientation.h" |
#include "wtf/Forward.h" |
#include "wtf/Noncopyable.h" |
@@ -36,6 +37,7 @@ class SkImage; |
namespace blink { |
+class ColorSpaceProfile; |
class DeferredImageDecoder; |
class ImageOrientation; |
class IntPoint; |
@@ -73,6 +75,7 @@ public: |
bool isSizeAvailable(); |
bool hasColorProfile() const; |
+ PassRefPtr<ColorSpaceProfile> colorProfile() const; |
IntSize size(RespectImageOrientationEnum = DoNotRespectImageOrientation) const; |
IntSize frameSizeAtIndex(size_t, RespectImageOrientationEnum = DoNotRespectImageOrientation) const; |