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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.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/FEBoxReflect.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp
index 2b99ce6f6991cbd949ab98b0e804c9ddbb60eb96..01c4c01c53cf641f1998d382a53dfc24fcb17f6d 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp
@@ -28,8 +28,8 @@ TextStream& FEBoxReflect::ExternalRepresentation(TextStream& ts,
sk_sp<SkImageFilter> FEBoxReflect::CreateImageFilter() {
return SkiaImageFilterBuilder::BuildBoxReflectFilter(
- reflection_,
- SkiaImageFilterBuilder::Build(InputEffect(0), OperatingColorSpace()));
+ reflection_, SkiaImageFilterBuilder::Build(
+ InputEffect(0), OperatingInterpolationSpace()));
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698