| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 97280bffec63f49da7c95bec5c0383f4e6768298..0128667adccb74977c97c72d72acca083d414fff 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);
|
|
|