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

Unified Diff: sky/engine/core/css/CSSFilterValue.h

Issue 962543003: Simplify RenderLayer's handling of filters. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/css/CSSComputedStyleDeclaration.cpp ('k') | sky/engine/core/css/CSSFilterValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSFilterValue.h
diff --git a/sky/engine/core/css/CSSFilterValue.h b/sky/engine/core/css/CSSFilterValue.h
index f7149d7311880d1f8d2b29ef4fa56996116ca120..d9dc770ff8c74c0052b06773db3f9af5d92991e3 100644
--- a/sky/engine/core/css/CSSFilterValue.h
+++ b/sky/engine/core/css/CSSFilterValue.h
@@ -36,7 +36,6 @@ public:
// NOTE: these have to match the values in the IDL
enum FilterOperationType {
UnknownFilterOperation,
- ReferenceFilterOperation,
GrayscaleFilterOperation,
SepiaFilterOperation,
SaturateFilterOperation,
« no previous file with comments | « sky/engine/core/css/CSSComputedStyleDeclaration.cpp ('k') | sky/engine/core/css/CSSFilterValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698