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

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

Issue 215063006: Separate the geometry update from rebuilding the GraphicsLayer tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/core/rendering/compositing/GraphicsLayerUpdater.h
diff --git a/Source/core/rendering/compositing/GraphicsLayerUpdater.h b/Source/core/rendering/compositing/GraphicsLayerUpdater.h
index 11cfea3894fa784d4fffa9e528837393e63b0110..1df9fb78c5317c2673215688fb18d07938ecccdb 100644
--- a/Source/core/rendering/compositing/GraphicsLayerUpdater.h
+++ b/Source/core/rendering/compositing/GraphicsLayerUpdater.h
@@ -46,11 +46,8 @@ public:
ForceUpdate,
};
- void updateRecursive(RenderLayer&, UpdateType);
- void rebuildTree(RenderLayer&, UpdateType, GraphicsLayerVector& childLayersOfEnclosingLayer);
-
-private:
- UpdateType update(RenderLayer&, UpdateType);
+ void update(RenderLayer&, UpdateType);
+ void rebuildTree(RenderLayer&, GraphicsLayerVector& childLayersOfEnclosingLayer);
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698