| Index: third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| index 1f6a209507ad17aebfc6205e09422c0fa2f099bb..0a4297ce7108a604b28ac146cd74fa0ead58be07 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| @@ -52,7 +52,7 @@ public:
|
| protected:
|
| void drawPattern(GraphicsContext*, const FloatRect&,
|
| const FloatSize&, const FloatPoint&, SkXfermode::Mode,
|
| - const FloatRect&, const IntSize& repeatSpacing) final;
|
| + const FloatRect&, const FloatSize& repeatSpacing) final;
|
|
|
| // FIXME: Implement this to be less conservative.
|
| bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override { return false; }
|
|
|