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

Unified Diff: cc/layers/layer_impl.h

Issue 1850453002: cc : Fix bug in tree synchronization when mask layer changes (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
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index a7b6b69c50b3447cf58e0c95039e457d4ef6b280..fc4848c573ea3e7b4e4abe492c0c757ae9f14cf4 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -597,6 +597,8 @@ class CC_EXPORT LayerImpl {
void PushLayerPropertyChangedForSubtree();
+ void ClearLinksToOtherLayers();
+
protected:
LayerImpl(LayerTreeImpl* layer_impl,
int id,

Powered by Google App Engine
This is Rietveld 408576698