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

Unified Diff: third_party/WebKit/public/platform/WebContentLayerClient.h

Issue 2613983002: Rename paint related lifecycle methods of FrameView (Closed)
Patch Set: Rebase on https://codereview.chromium.org/2615713004/ 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
Index: third_party/WebKit/public/platform/WebContentLayerClient.h
diff --git a/third_party/WebKit/public/platform/WebContentLayerClient.h b/third_party/WebKit/public/platform/WebContentLayerClient.h
index 87f2d9f6de6ad1dd70b4cfb5d2ed4b8d65cfde6d..7732a1670c4625383ab04807197938e25a64ca26 100644
--- a/third_party/WebKit/public/platform/WebContentLayerClient.h
+++ b/third_party/WebKit/public/platform/WebContentLayerClient.h
@@ -41,8 +41,7 @@ class BLINK_PLATFORM_EXPORT WebContentLayerClient {
enum PaintingControlSetting {
// Returns the last PaintArtifact produced.
PaintDefaultBehavior,
- // Paints the content to simulate the behavior of
- // FrameView::synchronizedPaint.
+ // Paints the content to simulate the behavior of FrameView::paintTree().
PaintDefaultBehaviorForTest,
// Puts the GraphicsContext in disabled mode and disables display item
// construction in PaintController.
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp ('k') | tools/android/loading/report_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698