Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index aac8c9f185a3d2b403500523bcbcff92372eac6d..da63ad574faea1ce1121d93cc448197b0901b34c 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*); |
|
esprehn
2013/08/18 03:43:15
Remove the "try" prefix. That only really makes se
pdr.
2013/08/20 06:19:10
Done.
|
| PassRefPtr<RenderStyle> styleForElementIgnoringPendingStylesheets(Element*); |
| PassRefPtr<RenderStyle> styleForPage(int pageIndex); |