Index: Source/core/rendering/compositing/CompositedLayerMapping.h |
diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h |
index af2c9a3f1f3e7dcc305ec5e2002367a3328019a3..108d7a9fb144eec4a0bdfbdd787042c471ad6fa4 100644 |
--- a/Source/core/rendering/compositing/CompositedLayerMapping.h |
+++ b/Source/core/rendering/compositing/CompositedLayerMapping.h |
@@ -85,13 +85,7 @@ public: |
RenderLayer& owningLayer() const { return m_owningLayer; } |
- enum UpdateAfterLayoutFlag { |
- CompositingChildrenOnly = 1 << 0, |
- NeedsFullRepaint = 1 << 1, |
- IsUpdateRoot = 1 << 2 |
- }; |
- typedef unsigned UpdateAfterLayoutFlags; |
- void updateAfterLayout(UpdateAfterLayoutFlags); |
+ void updateAfterLayout(bool needsFullRepaint, bool isUpdateRoot); |
ojan
2014/04/01 21:32:59
<3 this cleanup.
|
// Returns true if layer configuration changed. |
bool updateGraphicsLayerConfiguration(GraphicsLayerUpdater::UpdateType); |