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 673b97d5df235e770ffb7f711d8405af4f49e0c3..066e466fadd3899f2051239fcff843658f0650e4 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -932,6 +932,8 @@ |
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); |