| 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 4d596f7c5e8dad2d0081cce8f5a749189809abb3..4e45719a9a8578d9a584ef0c64f35d28d61719c5 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -936,8 +936,6 @@ class CORE_EXPORT FrameView final
|
| void UpdateStyleAndLayoutIfNeededRecursiveInternal();
|
| void DeprecatedInvalidateTreeRecursiveInternal();
|
|
|
| - // TODO(wangxianzhu): Remove the parameter and use m_paintController for SPv2.
|
| - void NotifyPaint(const PaintController&) const;
|
| void PushPaintArtifactToCompositor(
|
| CompositorElementIdSet& composited_element_ids);
|
|
|
|
|