| 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 a612cbf3da3a67c4627698f6d04cb266a60b3300..e683905cb9472253c1ccb429e0f9dac8f2dbd153 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -615,6 +615,7 @@ private:
|
| void invalidateTreeIfNeededRecursive();
|
| void scrollContentsIfNeededRecursive();
|
| void updateStyleAndLayoutIfNeededRecursive();
|
| + void calculatePaintProperties();
|
| void synchronizedPaint(const LayoutRect& interestRect);
|
| void synchronizedPaintRecursively(GraphicsLayer*, const LayoutRect& interestRect);
|
| void compositeForSlimmingPaintV2();
|
|
|