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

Unified Diff: cc/layers/layer_impl.h

Issue 1752993002: cc : Delete LayerImpl::NoteLayerPropertyChangedForSubtree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 7f4f92283c6a550b77038a9155b2d395ec231670..fd62ba5c9982bb12b1a010535b19636d4e0b3f56 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -710,11 +710,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
SkColor color,
float width) const;
- void NoteLayerPropertyChangedForSubtree();
-
- // Note carefully this does not affect the current layer.
- void NoteLayerPropertyChangedForDescendants();
-
gfx::Rect GetScaledEnclosingRectInTargetSpace(float scale) const;
private:
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | cc/layers/layer_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698