| 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");
|
|
|
|
|