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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp

Issue 2039363003: FirstMeaningfulPaint UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready for review Created 4 years, 5 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/platform/graphics/GraphicsLayer.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
index 1675ae9184734d9bb0cbfc90707de1c7d20e1afc..e06799f03b91379d93a5addb7cefe44ba6847277 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
@@ -401,6 +401,7 @@ void GraphicsLayer::notifyFirstPaintToClient()
m_imagePainted = true;
m_client->notifyFirstImagePaint();
}
+ m_client->notifyPaint();
kouhei (in TOK) 2016/07/28 03:45:04 Should we refactor this so that we pass notifyPain
Kunihiko Sakamoto 2016/08/01 08:52:07 Done.
}
void GraphicsLayer::updateChildList()

Powered by Google App Engine
This is Rietveld 408576698