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

Unified Diff: cc/layers/layer_impl.h

Issue 2751783002: cc: Replace LayerIterator with iterator that walks layer list and effect tree (Closed)
Patch Set: Address review comments Created 3 years, 9 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: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index d8010996ec46a58563110a985c8fc02b22c91cfa..b8decd783d53e781de2dadc08c3723c3475fb02e 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -419,8 +419,6 @@ class CC_EXPORT LayerImpl {
void UpdatePropertyTreeForScrollingAndAnimationIfNeeded();
- bool IsHidden() const;
-
float GetIdealContentsScale() const;
bool was_ever_ready_since_last_transform_animation() const {

Powered by Google App Engine
This is Rietveld 408576698