| 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 3e5d183be8f9a51eafe28f1fba9810eb2654e703..3704b3bb664c37dfb9dfc4c0034e834abd192c77 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"
|
| @@ -74,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;
|
|
|
|
|