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

Unified Diff: third_party/WebKit/Source/platform/DragImageTest.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/DragImageTest.cpp
diff --git a/third_party/WebKit/Source/platform/DragImageTest.cpp b/third_party/WebKit/Source/platform/DragImageTest.cpp
index 276aaa380d856d8c06f764d7e0ac96b5046235df..f575b9673cc74dd688fde98d1030d05ec11edf4f 100644
--- a/third_party/WebKit/Source/platform/DragImageTest.cpp
+++ b/third_party/WebKit/Source/platform/DragImageTest.cpp
@@ -65,9 +65,7 @@ class TestImage : public Image {
return IntSize(m_image->width(), m_image->height());
}
- sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override {
- return m_image;
- }
+ sk_sp<SkImage> imageForCurrentFrame() override { return m_image; }
bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override {
return false;
« no previous file with comments | « third_party/WebKit/Source/platform/DragImage.cpp ('k') | third_party/WebKit/Source/platform/exported/WebImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698