Index: third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp |
index 44dfa15289062ce9951c478761a4dfc7f7d9c65e..a2df199d0260d012e7cf1726e4bf7c21a1098531 100644 |
--- a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp |
@@ -63,23 +63,6 @@ void PlaceholderImage::draw(SkCanvas* canvas, |
paint.setStyle(SkPaint::kFill_Style); |
paint.setColor(kFillColor); |
canvas->drawRect(destRect, paint); |
- |
- if (getImageObserver()) |
- getImageObserver()->didDraw(this); |
-} |
- |
-void PlaceholderImage::drawPattern(GraphicsContext& destContext, |
- const FloatRect& srcRect, |
- const FloatSize& scale, |
- const FloatPoint& phase, |
- SkBlendMode compositeOp, |
- const FloatRect& destRect, |
- const FloatSize& repeatSpacing) { |
- Image::drawPattern(destContext, srcRect, scale, phase, compositeOp, destRect, |
- repeatSpacing); |
- |
- if (getImageObserver()) |
- getImageObserver()->didDraw(this); |
} |
void PlaceholderImage::destroyDecodedData() { |