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

Unified Diff: cc/layers/render_surface_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_unittest.cc ('k') | cc/layers/render_surface_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_surface_impl.h
diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
index 707512299e176ece1335e25d8b3cb7745eccdd1c..dbdd58d1f27c4ef91ea4d423d91b8cdbdc4761f2 100644
--- a/cc/layers/render_surface_impl.h
+++ b/cc/layers/render_surface_impl.h
@@ -25,6 +25,7 @@
namespace cc {
class DamageTracker;
+class FilterOperations;
class Occlusion;
class RenderPassId;
class RenderPassSink;
@@ -150,6 +151,8 @@ class CC_EXPORT RenderSurfaceImpl {
LayerImpl* ReplicaMaskLayer();
bool HasReplicaMask() const;
+ const FilterOperations& BackgroundFilters() const;
+
bool HasCopyRequest() const;
void ResetPropertyChangedFlag() { surface_property_changed_ = false; }
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/layers/render_surface_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698