| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index c4a749c3f60f2179d2bb4ad5f06e3243fc040e57..944524d996c4c72c153c59706b2388a06008bf3d 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -611,6 +611,7 @@ private:
|
| void invalidateTreeIfNeededRecursive();
|
| void scrollContentsIfNeededRecursive();
|
| void updateStyleAndLayoutIfNeededRecursive();
|
| + void paintAndComposite();
|
| void updatePostLifecycleData();
|
|
|
| void reset();
|
|
|