| 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 11d0baf7cbc0b6fb5e5daaf9525d70695bd4b98d..0398c3c634c24439bb640593b9be3708d4e5d5b0 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -657,6 +657,9 @@ private:
|
| void synchronizedPaint();
|
| void synchronizedPaintRecursively(GraphicsLayer*);
|
|
|
| + void updateStyleAndLayoutIfNeededRecursiveInternal();
|
| + void invalidateTreeIfNeededRecursiveInternal();
|
| +
|
| void pushPaintArtifactToCompositor();
|
|
|
| void reset();
|
|
|