Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index f6aadfd983232fca4a80927e0ff00006fec4dcbb..b8b36982480289374fce1ebcfb9fb8d08927ff26 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -488,6 +488,7 @@ public: |
| void updateStyleForNodeIfNeeded(Node*); |
| void updateLayout(); |
| void updateLayoutIgnorePendingStylesheets(); |
| + void tryPartialUpdateLayoutIgnorePendingStylesheets(RenderObject*); |
|
eseidel
2013/08/20 21:00:39
We really need to create some new object to hold a
|
| PassRefPtr<RenderStyle> styleForElementIgnoringPendingStylesheets(Element*); |
| PassRefPtr<RenderStyle> styleForPage(int pageIndex); |