| Index: third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
|
| index d4ef9bfd3a940f496dcf34a9636447a5ff9abf68..12a08f2115f5a23ac2982c945ba86dcdc65490fc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
|
| @@ -42,9 +42,6 @@ class CORE_EXPORT InspectorLogAgent
|
|
|
| private:
|
| // PerformanceMonitor::Client implementation.
|
| - void reportLongTask(double startTime,
|
| - double endTime,
|
| - const HeapHashSet<Member<Frame>>& contextFrames) override;
|
| void reportLongLayout(double duration) override;
|
| void reportGenericViolation(PerformanceMonitor::Violation,
|
| const String& text,
|
|
|