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

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

Issue 1407123011: Use a converter to resolve style for -webkit-filter and backdrop-filter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 d20a4abcb1487cd7f85366140ba1143a490f8111..de660bdce18dce6f30cba1ae8405b8e37d6e05a4 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -56,6 +56,7 @@ public:
static Color convertColor(StyleResolverState&, const CSSValue&, bool forVisitedLink = false);
template <typename T> static T convertComputedLength(StyleResolverState&, const CSSValue&);
static LengthBox convertClip(StyleResolverState&, const CSSValue&);
+ static FilterOperations convertFilterOperations(StyleResolverState&, const CSSValue&);
template <typename T> static T convertFlags(StyleResolverState&, const CSSValue&);
static FontDescription::FamilyDescription convertFontFamily(StyleResolverState&, const CSSValue&);
static PassRefPtr<FontFeatureSettings> convertFontFeatureSettings(StyleResolverState&, const CSSValue&);

Powered by Google App Engine
This is Rietveld 408576698