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

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

Issue 2727133002: Remove ColorBehavior argument to Image::imageForCurrentFrame (Closed)
Patch Set: Rebase Created 3 years, 9 months 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 7494be609582db4bbb57afe2abfeab5845d61af3..b5f39da1f97677ae806e4729741e000b17348e25 100644
--- a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
+++ b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
@@ -30,7 +30,7 @@ class PLATFORM_EXPORT PlaceholderImage final : public Image {
IntSize size() const override { return m_size; }
- sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override;
+ sk_sp<SkImage> imageForCurrentFrame() override;
void draw(PaintCanvas*,
const PaintFlags&,

Powered by Google App Engine
This is Rietveld 408576698