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

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

Issue 180953009: Revert 168554 "Reduce compositing update in Silk's toggle_drawer..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 10 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: trunk/Source/core/rendering/compositing/GraphicsLayerUpdater.h
===================================================================
--- trunk/Source/core/rendering/compositing/GraphicsLayerUpdater.h (revision 168555)
+++ trunk/Source/core/rendering/compositing/GraphicsLayerUpdater.h (working copy)
@@ -41,16 +41,11 @@
explicit GraphicsLayerUpdater(RenderView&);
~GraphicsLayerUpdater();
- enum UpdateType {
- DoNotForceUpdate,
- ForceUpdate,
- };
+ void updateRecursive(RenderLayer&);
+ void rebuildTree(RenderLayer&, Vector<GraphicsLayer*>& childLayersOfEnclosingLayer, int depth);
- void updateRecursive(RenderLayer&, UpdateType);
- void rebuildTree(RenderLayer&, UpdateType, Vector<GraphicsLayer*>& childLayersOfEnclosingLayer, int depth);
-
private:
- UpdateType update(RenderLayer&, UpdateType);
+ void update(RenderLayer&);
RenderView& m_renderView;

Powered by Google App Engine
This is Rietveld 408576698