| 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;
|
|
|
|
|