| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 2846785365650f9ac4ef9a7d7f7f1396ab28403f..6778a86c422276236693c2ff0362943b8a5f57d0 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 tryPartialUpdateLayoutIgnorePendingStylesheets(RenderObject*);
|
| PassRefPtr<RenderStyle> styleForElementIgnoringPendingStylesheets(Element*);
|
| PassRefPtr<RenderStyle> styleForPage(int pageIndex);
|
|
|
|
|