| Index: third_party/WebKit/Source/core/frame/PerformanceMonitor.h
|
| diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
|
| index 6aae78d9aa27a008730cd85221f61339c3341f4e..77c3d681f00da4dff790cdc7ee4585c52fe8d5a2 100644
|
| --- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
|
| +++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
|
| @@ -14,7 +14,7 @@
|
|
|
| namespace blink {
|
|
|
| -namespace InspectorInstrumentation {
|
| +namespace probe {
|
| class RecalculateStyle;
|
| }
|
|
|
| @@ -87,8 +87,8 @@ class CORE_EXPORT PerformanceMonitor final
|
| void didCallFunction(ExecutionContext*, v8::Local<v8::Function>);
|
| void willUpdateLayout();
|
| void didUpdateLayout();
|
| - void will(const InspectorInstrumentation::RecalculateStyle&);
|
| - void did(const InspectorInstrumentation::RecalculateStyle&);
|
| + void will(const probe::RecalculateStyle&);
|
| + void did(const probe::RecalculateStyle&);
|
| void documentWriteFetchScript(Document*);
|
|
|
| // Direct API for core.
|
|
|