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

Unified Diff: cc/layers/render_surface_impl.cc

Issue 2892103002: Update cc effect node documentation. (Closed)
Patch Set: Remove TODO. Created 3 years, 7 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 | « no previous file | cc/trees/effect_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_surface_impl.cc
diff --git a/cc/layers/render_surface_impl.cc b/cc/layers/render_surface_impl.cc
index eba8543beccce7560c21c79ecb772ad3d5282bcd..e1330f14f8a4eeaad0c737c83bd5f0872296fff7 100644
--- a/cc/layers/render_surface_impl.cc
+++ b/cc/layers/render_surface_impl.cc
@@ -127,7 +127,7 @@ LayerImpl* RenderSurfaceImpl::MaskLayer() {
}
bool RenderSurfaceImpl::HasMask() const {
- return OwningEffectNode()->mask_layer_id != EffectTree::kInvalidNodeId;
+ return OwningEffectNode()->mask_layer_id != Layer::INVALID_ID;
}
const FilterOperations& RenderSurfaceImpl::Filters() const {
« no previous file with comments | « no previous file | cc/trees/effect_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698