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

Unified Diff: Source/WebCore/platform/graphics/filters/FilterOperations.h

Issue 13839016: Remove CSS_SHADERS compile-time flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: Source/WebCore/platform/graphics/filters/FilterOperations.h
diff --git a/Source/WebCore/platform/graphics/filters/FilterOperations.h b/Source/WebCore/platform/graphics/filters/FilterOperations.h
index 09a2d8ff15cfece3f7f60eb544f7a322f6d20a3a..8a2da4c36bddff6f6b9167748e7e08787435990e 100644
--- a/Source/WebCore/platform/graphics/filters/FilterOperations.h
+++ b/Source/WebCore/platform/graphics/filters/FilterOperations.h
@@ -71,9 +71,7 @@ public:
bool hasFilterThatAffectsOpacity() const;
bool hasFilterThatMovesPixels() const;
-#if ENABLE(CSS_SHADERS)
bool hasCustomFilter() const;
-#endif
bool hasReferenceFilter() const;
private:
Vector<RefPtr<FilterOperation> > m_operations;

Powered by Google App Engine
This is Rietveld 408576698