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

Unified Diff: cc/layers/layer.h

Issue 1850493002: cc : Remove parent for mask and replica layers in LayerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | cc/layers/layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 289c963f4c84b5b90164ba7521804e1694b81c2d..a4745f66a93c382076d221a5dcf3f2985c1359d3 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -550,9 +550,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
// Called when the layer's number of drawable descendants changes.
void AddDrawableDescendants(int num);
- void AddDependentNeedsPushProperties();
- void RemoveDependentNeedsPushProperties();
-
bool IsPropertyChangeAllowed() const;
// Serialize all the necessary properties to be able to reconstruct this Layer
« no previous file with comments | « no previous file | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698