| 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 a6869a32a7d866ba1b713b2fd9424383bfaed0a9..bd8b0aa83f5c9c775a56d930d135fa3d6e3a529c 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -877,6 +877,8 @@ class CORE_EXPORT FrameView final
|
| void updateStyleAndLayoutIfNeededRecursiveInternal();
|
| void invalidateTreeIfNeededRecursiveInternal();
|
|
|
| + // TODO(wangxianzhu): Remove the parameter and use m_paintController for SPv2.
|
| + void notifyPaint(const PaintController&) const;
|
| void pushPaintArtifactToCompositor();
|
|
|
| void reset();
|
|
|