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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h

Issue 2609803002: Use ShadowData in DropShadowFilterOperation (Closed)
Patch Set: Fix blend(...) order Created 3 years, 12 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/core/css/resolver/StyleBuilderConverter.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
index 909881f76a403f1b2884dff31bc2b67547b8287a..56b4bbbec4d338e7b3319a79ac6a27b3ef331593 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -130,8 +130,9 @@ class StyleBuilderConverter {
const CSSValue&);
static LengthSize convertRadius(StyleResolverState&, const CSSValue&);
static EPaintOrder convertPaintOrder(StyleResolverState&, const CSSValue&);
- static PassRefPtr<ShadowList> convertShadow(StyleResolverState&,
- const CSSValue&);
+ static ShadowData convertShadow(StyleResolverState&, const CSSValue&);
+ static PassRefPtr<ShadowList> convertShadowList(StyleResolverState&,
+ const CSSValue&);
static ShapeValue* convertShapeValue(StyleResolverState&, const CSSValue&);
static float convertSpacing(StyleResolverState&, const CSSValue&);
template <CSSValueID IdForNone>

Powered by Google App Engine
This is Rietveld 408576698