| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 0217810a7d8d89502f30dda64fd29fe155ded716..c4a02f6aea4cdd8a2424da779499df9e3a9cc6c4 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -220,6 +220,7 @@ public:
|
|
|
| static double currentFrameTimeStamp() { return s_currentFrameTimeStamp; }
|
|
|
| + void updateLayoutAndStyleForPainting();
|
| void updateLayoutAndStyleIfNeededRecursive();
|
|
|
| void incrementVisuallyNonEmptyCharacterCount(unsigned);
|
|
|