Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: third_party/WebKit/Source/platform/graphics/PlaceholderImage.h

Issue 2447623002: Remove ImageObserver::didDraw() (Closed)
Patch Set: Rebawse Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698