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(); |