| Index: Source/core/rendering/LayoutRepainter.h
|
| diff --git a/Source/core/rendering/LayoutRepainter.h b/Source/core/rendering/LayoutRepainter.h
|
| index 55fdd1eb23a674d0d57b2bdff214b9d2d48d7d69..e9493e6b0f808baccf1ff85e319d111a59125630 100644
|
| --- a/Source/core/rendering/LayoutRepainter.h
|
| +++ b/Source/core/rendering/LayoutRepainter.h
|
| @@ -43,6 +43,8 @@ public:
|
| bool repaintAfterLayout();
|
|
|
| private:
|
| + bool skipInvalidationWhenLayingOutChildren() const;
|
| +
|
| RenderObject& m_object;
|
| RenderLayerModelObject* m_repaintContainer;
|
| // We store these values as LayoutRects, but the final invalidations will be pixel snapped
|
|
|