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

Unified Diff: Source/core/platform/graphics/ShadowBlur.cpp

Issue 16357011: Remove support for -webkit-color-correction (which we've never supported on (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: resolve merge conflicts, obey brace style changes Created 7 years, 6 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 | « Source/core/platform/graphics/ShadowBlur.h ('k') | Source/core/platform/graphics/chromium/IconChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/ShadowBlur.cpp
diff --git a/Source/core/platform/graphics/ShadowBlur.cpp b/Source/core/platform/graphics/ShadowBlur.cpp
index a4b9cfa0df4c56cdca5de42cc9c288840c331654..31ebbe2945258b4a7f3b0852cfd48b40cd85bb8c 100644
--- a/Source/core/platform/graphics/ShadowBlur.cpp
+++ b/Source/core/platform/graphics/ShadowBlur.cpp
@@ -40,9 +40,8 @@ enum {
rightLobe = 1
};
-ShadowBlur::ShadowBlur(const FloatSize& radius, const FloatSize& offset, const Color& color, ColorSpace colorSpace)
+ShadowBlur::ShadowBlur(const FloatSize& radius, const FloatSize& offset, const Color& color)
: m_color(color)
- , m_colorSpace(colorSpace)
, m_blurRadius(radius)
, m_offset(offset)
, m_shadowsIgnoreTransforms(false)
« no previous file with comments | « Source/core/platform/graphics/ShadowBlur.h ('k') | Source/core/platform/graphics/chromium/IconChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698