| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index a64d351294f47abb69d70340dbaef8a03d272bb9..80dae0f6715ebe55f24d493eeeaf78e52f5d30f0 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -487,6 +487,7 @@ public:
|
| void updateStyleForNodeIfNeeded(Node*);
|
| void updateLayout();
|
| void updateLayoutIgnorePendingStylesheets();
|
| + void partialUpdateLayoutIgnorePendingStylesheets(Node*);
|
| PassRefPtr<RenderStyle> styleForElementIgnoringPendingStylesheets(Element*);
|
| PassRefPtr<RenderStyle> styleForPage(int pageIndex);
|
|
|
| @@ -1115,6 +1116,8 @@ private:
|
|
|
| void seamlessParentUpdatedStylesheets();
|
|
|
| + void recalcStyleForLayoutIgnoringPendingStylesheets();
|
| +
|
| PassRefPtr<NodeList> handleZeroPadding(const HitTestRequest&, HitTestResult&) const;
|
|
|
| void loadEventDelayTimerFired(Timer<Document>*);
|
|
|