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

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

Issue 2613983002: Rename paint related lifecycle methods of FrameView (Closed)
Patch Set: Update comments Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 47517031fb0df30b62b0d5d9b144923ef2b6f379..d8a938ee61e8891ae6dd70ba2c1540321f6f27bb 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -870,9 +870,9 @@ class CORE_EXPORT FrameView final
void invalidateTreeIfNeededRecursive();
void scrollContentsIfNeededRecursive();
void updateStyleAndLayoutIfNeededRecursive();
- void updatePaintProperties();
- void synchronizedPaint();
- void synchronizedPaintRecursively(GraphicsLayer*);
+ void prePaint();
+ void paint();
chrishtr 2017/01/05 17:51:10 With this CL there are now 3 methods called paint(
Xianzhu 2017/01/05 18:05:09 One of the other two is Widget override. paintAll
+ void paintGraphicsLayerRecursively(GraphicsLayer*);
void updateStyleAndLayoutIfNeededRecursiveInternal();
void invalidateTreeIfNeededRecursiveInternal();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698