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

Unified Diff: sky/engine/platform/graphics/filters/FilterOperations.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
Index: sky/engine/platform/graphics/filters/FilterOperations.h
diff --git a/sky/engine/platform/graphics/filters/FilterOperations.h b/sky/engine/platform/graphics/filters/FilterOperations.h
index 3caa4fd397dcde49fd08fefd3eb1aa0af40b1540..fdc45c6ddb39311eae23a50e94e7b7cb11c128ba 100644
--- a/sky/engine/platform/graphics/filters/FilterOperations.h
+++ b/sky/engine/platform/graphics/filters/FilterOperations.h
@@ -67,8 +67,6 @@ public:
FilterOutsets outsets() const;
bool hasFilterThatMovesPixels() const;
-
- bool hasReferenceFilter() const;
private:
Vector<RefPtr<FilterOperation> > m_operations;
};
« no previous file with comments | « sky/engine/platform/graphics/filters/FilterOperation.h ('k') | sky/engine/platform/graphics/filters/FilterOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698