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

Unified Diff: third_party/WebKit/Source/core/layout/ImageQualityControllerTest.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/shapes/Shape.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
index 88413ba71545dc320724af1f34b2bfdb71eb6092..51b04ecf5796067b9dfd5c88c97a61a36aa1da7c 100644
--- a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
+++ b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
@@ -60,8 +60,7 @@ class TestImageAnimated : public Image {
const FloatRect& dstRect,
const FloatRect& srcRect,
RespectImageOrientationEnum,
- ImageClampingMode,
- const ColorBehavior&) override {}
+ ImageClampingMode) override {}
sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override {
return nullptr;
}
@@ -91,8 +90,7 @@ class TestImageWithContrast : public Image {
const FloatRect& dstRect,
const FloatRect& srcRect,
RespectImageOrientationEnum,
- ImageClampingMode,
- const ColorBehavior&) override {}
+ ImageClampingMode) override {}
bool isBitmapImage() const override { return true; }
sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override {
@@ -126,8 +124,7 @@ class TestImageLowQuality : public Image {
const FloatRect& dstRect,
const FloatRect& srcRect,
RespectImageOrientationEnum,
- ImageClampingMode,
- const ColorBehavior&) override {}
+ ImageClampingMode) override {}
bool isBitmapImage() const override { return true; }
sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/shapes/Shape.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698