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

Unified Diff: Source/core/rendering/compositing/CompositingLayerAssigner.h

Issue 457473002: Remove the CompositedLayerMappingPtr smart ptr. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/rendering/compositing/CompositingLayerAssigner.h
diff --git a/Source/core/rendering/compositing/CompositingLayerAssigner.h b/Source/core/rendering/compositing/CompositingLayerAssigner.h
index 8daef3635ba2fb887f3167cee51963fd0a5db8de..1d6f0b627249d22eeb72590f0a89b39b22242a4a 100644
--- a/Source/core/rendering/compositing/CompositingLayerAssigner.h
+++ b/Source/core/rendering/compositing/CompositingLayerAssigner.h
@@ -57,10 +57,10 @@ private:
, nextSquashedLayerIndex(0)
, totalAreaOfSquashedRects(0) { }
- void updateSquashingStateForNewMapping(CompositedLayerMappingPtr, bool hasNewCompositedLayerMapping);
+ void updateSquashingStateForNewMapping(CompositedLayerMapping*, bool hasNewCompositedLayerMapping);
// The most recent composited backing that the layer should squash onto if needed.
- CompositedLayerMappingPtr mostRecentMapping;
+ CompositedLayerMapping* mostRecentMapping;
bool hasMostRecentMapping;
// Whether all RenderLayers in the stacking subtree rooted at the most recent mapping's

Powered by Google App Engine
This is Rietveld 408576698