| Index: Source/core/rendering/compositing/RenderLayerCompositor.h
|
| diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.h b/Source/core/rendering/compositing/RenderLayerCompositor.h
|
| index a8345d8e9a697a7307d32486ce8b442284638645..09b76c33d4228f614cfab75d46422269f7159b05 100644
|
| --- a/Source/core/rendering/compositing/RenderLayerCompositor.h
|
| +++ b/Source/core/rendering/compositing/RenderLayerCompositor.h
|
| @@ -49,6 +49,7 @@
|
| CompositingUpdateNone,
|
| CompositingUpdateOnCompositedScroll,
|
| CompositingUpdateAfterCompositingInputChange,
|
| + CompositingUpdateAfterLayout,
|
| };
|
|
|
| enum CompositingStateTransitionType {
|
| @@ -100,8 +101,6 @@
|
|
|
| // Used to indicate that a compositing update will be needed for the next frame that gets drawn.
|
| void setNeedsCompositingUpdate(CompositingUpdateType);
|
| -
|
| - void didLayout();
|
|
|
| enum UpdateLayerCompositingStateOptions {
|
| Normal,
|
|
|