| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 9af4a9a2a6976443d58202a1e447edb820cf4b6f..92a7274de5445eda2a923af3cb53b463456b357c 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -649,6 +649,9 @@ private:
|
| void synchronizedPaint();
|
| void synchronizedPaintRecursively(GraphicsLayer*);
|
|
|
| + void updateStyleAndLayoutIfNeededRecursiveInternal();
|
| + void invalidateTreeIfNeededRecursiveInternal();
|
| +
|
| void pushPaintArtifactToCompositor();
|
|
|
| void reset();
|
|
|