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

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

Issue 2885773002: Revert of Notify paint for each frame (Closed)
Patch Set: 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 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);
« no previous file with comments | « chrome/test/data/page_load_metrics/main_frame_with_iframe.html ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698