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

Unified Diff: cc/layers/layer_impl.h

Issue 2099743002: cc: Move background filters to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ' Created 4 years, 6 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 | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 1df7a800e3798cc059b80e903e46f5103ba147c8..2c130d85fb3cf85405fccbb23e9b2b3325489202 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -196,11 +196,6 @@ class CC_EXPORT LayerImpl {
bool FilterIsAnimating() const;
bool HasPotentiallyRunningFilterAnimation() const;
- void SetBackgroundFilters(const FilterOperations& filters);
- const FilterOperations& background_filters() const {
- return background_filters_;
- }
-
void SetMasksToBounds(bool masks_to_bounds);
bool masks_to_bounds() const { return masks_to_bounds_; }
@@ -564,7 +559,6 @@ class CC_EXPORT LayerImpl {
int scroll_tree_index_;
FilterOperations filters_;
- FilterOperations background_filters_;
protected:
friend class TreeSynchronizer;
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698