| Index: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
|
| index 298ae66602e276c50667362f3ed855bd88bd5d99..549ca161193cfc4c4e28ffdd095d181163c01278 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
|
| @@ -12,6 +12,7 @@
|
|
|
| namespace blink {
|
|
|
| +class DOMWindow;
|
| class ExecutionContext;
|
| class Frame;
|
| class LocalFrame;
|
| @@ -48,9 +49,9 @@ class CORE_EXPORT InspectorWebPerfAgent final
|
|
|
| private:
|
| bool m_enabled;
|
| - String sanitizedLongTaskName(
|
| + std::pair<String, DOMWindow*> sanitizedAttribution(
|
| const HeapHashSet<Member<Location>>& frameContextLocations,
|
| - Frame* rootFrame);
|
| + Frame* observerFrame);
|
|
|
| Member<LocalFrame> m_localFrame;
|
| HeapHashSet<Member<Location>> m_frameContextLocations;
|
|
|