| 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 2aaeb9b217cfe23dcc1093dbb9a4bc01ff7d7081..087f54be8814f8b4b5f9d556cb759f7a0f7dd692 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();
|
|
|