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..eee27add08871bc20d5bf367ee59d3aaae0e58a2 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 paintTree(); |
+ void paintGraphicsLayerRecursively(GraphicsLayer*); |
void updateStyleAndLayoutIfNeededRecursiveInternal(); |
void invalidateTreeIfNeededRecursiveInternal(); |