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

Unified Diff: third_party/WebKit/Source/core/paint/PaintTiming.cpp

Issue 2799743003: debug first paint in iframe
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintTiming.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintTiming.cpp b/third_party/WebKit/Source/core/paint/PaintTiming.cpp
index 65940300c13a52fb12ba2fea3210ac24c0417ded..3155b3f34e86e9f25e58c85825c2f2f29dc64d34 100644
--- a/third_party/WebKit/Source/core/paint/PaintTiming.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintTiming.cpp
@@ -104,6 +104,8 @@ void PaintTiming::setFirstMeaningfulPaint(double stamp) {
void PaintTiming::notifyPaint(bool isFirstPaint,
bool textPainted,
bool imagePainted) {
+ fprintf(stderr, "%s\n", "notifyPaint");
+ fprintf(stderr, "%s\n", supplementable()->url().getString().ascii().data());
if (isFirstPaint)
markFirstPaint();
if (textPainted)
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698