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

Unified Diff: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h

Issue 1291703005: Issue invalidations when squashed layers move later or off of a grouped mapping. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
index aa2ee8520e348ae948eb927340b53f64edb07b0a..4bcb62776182298950d0c8353ea2cd1d9d81b189 100644
--- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
+++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
@@ -301,7 +301,7 @@ private:
// Clear the groupedMapping entry on the layer at the given index, only if that layer does
// not appear earlier in the set of layers for this object.
- void clearLayerGroupingIfNoPrecedingEntry(size_t);
+ bool invalidateLayerIfNoPrecedingEntry(size_t);
DeprecatedPaintLayer& m_owningLayer;

Powered by Google App Engine
This is Rietveld 408576698