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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.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
Index: third_party/WebKit/Source/core/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index fc031a82fd5e5cc7d1038f35ed2e5e08021f4d00..bfd55716054d7e0874861a4145184ffd72a8bfc5 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -3156,6 +3156,7 @@ void FrameView::notifyPaint(const PaintController& paintController) const {
}
void FrameView::paintTree() {
+ fprintf(stderr, "%s\n", "paintTree");
TRACE_EVENT0("blink", "FrameView::paintTree");
SCOPED_BLINK_UMA_HISTOGRAM_TIMER("Blink.Paint.UpdateTime");

Powered by Google App Engine
This is Rietveld 408576698