Index: third_party/WebKit/Source/platform/graphics/PlaceholderImage.h |
diff --git a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h |
index 64818a476e64f6736140c2fe735e009ca9a3db18..47857b744f2af190e3d143b4afeda66499283fb7 100644 |
--- a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h |
@@ -45,14 +45,6 @@ class PLATFORM_EXPORT PlaceholderImage final : public Image { |
RespectImageOrientationEnum, |
ImageClampingMode) override; |
- void drawPattern(GraphicsContext&, |
- const FloatRect& srcRect, |
- const FloatSize& scale, |
- const FloatPoint& phase, |
- SkBlendMode, |
- const FloatRect& destRect, |
- const FloatSize& repeatSpacing) override; |
- |
void destroyDecodedData() override; |
private: |