| 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 d837f607bd27b632f6da6285eaa817aaf3d48dd8..fb210b8ce272eb07f072a8fbb7819f0540844a19 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -869,6 +869,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();
|
|
|