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

Unified Diff: third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp

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/GeneratedImage.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp b/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
index bec57f4da6ff86d6a025f792b33a44c50125f39b..b401d99690a375ccaa8de3fd330a93defb83cb0c 100644
--- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
+++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
@@ -69,8 +69,7 @@ void GeneratedImage::drawPattern(GraphicsContext& destContext,
destContext.drawRect(destRect, fillFlags);
}
-sk_sp<SkImage> GeneratedImage::imageForCurrentFrame(
- const ColorBehavior& colorBehavior) {
+sk_sp<SkImage> GeneratedImage::imageForCurrentFrame() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698