| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index b8c2865e2ed49791223acdb992c35b55ac94c368..5618453268acbbcaeb7500d9ca364595732bbf82 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -435,6 +435,7 @@ public:
|
| RunPostLayoutTasksSynchronously,
|
| };
|
| void updateLayoutIgnorePendingStylesheets(RunPostLayoutTasks = RunPostLayoutTasksAsyhnchronously);
|
| + void updateLayoutIgnorePendingStylesheetsForNode(Node*);
|
| PassRefPtr<ComputedStyle> styleForElementIgnoringPendingStylesheets(Element*);
|
| PassRefPtr<ComputedStyle> styleForPage(int pageIndex);
|
|
|
|
|