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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FETile.cpp

Issue 2884313002: color: Rename blink::ColorSpace to blink::InterpolationSpace (Closed)
Patch Set: Incorporate review feedback Created 3 years, 7 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/filters/FETile.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FETile.cpp b/third_party/WebKit/Source/platform/graphics/filters/FETile.cpp
index 9a94d8fda33b6428edc9aece3c1f1977e5523ac2..5660cfa7d2757e7df6f3fd29aff1f59b14aeb3d9 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FETile.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/FETile.cpp
@@ -39,8 +39,8 @@ FloatRect FETile::MapInputs(const FloatRect& rect) const {
}
sk_sp<SkImageFilter> FETile::CreateImageFilter() {
- sk_sp<SkImageFilter> input(
- SkiaImageFilterBuilder::Build(InputEffect(0), OperatingColorSpace()));
+ sk_sp<SkImageFilter> input(SkiaImageFilterBuilder::Build(
+ InputEffect(0), OperatingInterpolationSpace()));
FloatRect src_rect;
if (InputEffect(0)->GetFilterEffectType() == kFilterEffectTypeSourceInput)
src_rect = GetFilter()->FilterRegion();

Powered by Google App Engine
This is Rietveld 408576698