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

Unified Diff: ui/compositor/layer.h

Issue 16896017: Add a hide_layer_and_subtree() flag to cc::Layer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hide-subtree-flag: Created 7 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
Index: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 1159d0b485e83d97e8bc814dd146dd2b713ef249..d536bf841932e2b48620972b20024b49a92877d0 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -409,9 +409,6 @@ class COMPOSITOR_EXPORT Layer
// Visibility of this layer. See SetVisible/IsDrawn for more details.
bool visible_;
- // Computed based on the visibility of this layer and its ancestors.
- bool is_drawn_;
-
bool force_render_surface_;
bool fills_bounds_opaquely_;

Powered by Google App Engine
This is Rietveld 408576698