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

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

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/CSSFilterValue.h ('k') | sky/engine/core/css/resolver/FilterOperationResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSFilterValue.cpp
diff --git a/sky/engine/core/css/CSSFilterValue.cpp b/sky/engine/core/css/CSSFilterValue.cpp
index 29b2f79b8ad9ca249a2037288b1faa0405e12b98..a838b99843366983a2f761f5d0e0ec73aad84420 100644
--- a/sky/engine/core/css/CSSFilterValue.cpp
+++ b/sky/engine/core/css/CSSFilterValue.cpp
@@ -40,9 +40,6 @@ String CSSFilterValue::customCSSText() const
{
StringBuilder result;
switch (m_type) {
- case ReferenceFilterOperation:
- result.appendLiteral("url(");
- break;
case GrayscaleFilterOperation:
result.appendLiteral("grayscale(");
break;
« no previous file with comments | « sky/engine/core/css/CSSFilterValue.h ('k') | sky/engine/core/css/resolver/FilterOperationResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698