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

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

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/ImageBuffer.h ('k') | Source/core/platform/graphics/ShadowBlur.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/ShadowBlur.h
diff --git a/Source/core/platform/graphics/ShadowBlur.h b/Source/core/platform/graphics/ShadowBlur.h
index 7862d054490eeb563d81076a9bb5d7754142432e..bee32bc500bd2e5577a9c37044991e4966a7d798 100644
--- a/Source/core/platform/graphics/ShadowBlur.h
+++ b/Source/core/platform/graphics/ShadowBlur.h
@@ -30,7 +30,6 @@
#define ShadowBlur_h
#include "core/platform/graphics/Color.h"
-#include "core/platform/graphics/ColorSpace.h"
#include "core/platform/graphics/FloatSize.h"
#include <wtf/Noncopyable.h>
@@ -46,17 +45,16 @@ public:
BlurShadow
};
- ShadowBlur(const FloatSize& radius, const FloatSize& offset, const Color&, ColorSpace);
+ ShadowBlur(const FloatSize& radius, const FloatSize& offset, const Color&);
void blurLayerImage(unsigned char*, const IntSize&, int stride);
private:
void updateShadowBlurValues();
-
+
ShadowType m_type;
Color m_color;
- ColorSpace m_colorSpace;
FloatSize m_blurRadius;
FloatSize m_offset;
« no previous file with comments | « Source/core/platform/graphics/ImageBuffer.h ('k') | Source/core/platform/graphics/ShadowBlur.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698