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

Unified Diff: third_party/WebKit/Source/platform/DragImageTest.cpp

Issue 2712083002: color: Remove blink pre-conversion code (Closed)
Patch Set: Rebase Created 3 years, 10 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 5d4a8227cd8f2ea5b6cb40760ea6e56f04999bda..276aaa380d856d8c06f764d7e0ac96b5046235df 100644
--- a/third_party/WebKit/Source/platform/DragImageTest.cpp
+++ b/third_party/WebKit/Source/platform/DragImageTest.cpp
@@ -82,8 +82,7 @@ class TestImage : public Image {
const FloatRect&,
const FloatRect&,
RespectImageOrientationEnum,
- ImageClampingMode,
- const ColorBehavior&) override {
+ ImageClampingMode) override {
// Image pure virtual stub.
}

Powered by Google App Engine
This is Rietveld 408576698