| Index: third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FramePainter.cpp b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| index d5f588c3575c3ae4a0d087d4d271e905e68755c0..447f20c8db45d7eb37087094a254490b83302eac 100644
|
| --- a/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| @@ -191,8 +191,7 @@ void FramePainter::paintContents(GraphicsContext& context,
|
| s_inPaintContents = false;
|
| }
|
|
|
| - InspectorInstrumentation::didPaint(layoutView->frame(), 0, context,
|
| - LayoutRect(rect));
|
| + probe::didPaint(layoutView->frame(), 0, context, LayoutRect(rect));
|
| }
|
|
|
| void FramePainter::paintScrollbars(GraphicsContext& context,
|
|
|