Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2872793002: Notify paint for each frame (Closed)
Patch Set: review fix Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698