| Index: third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| index 20bc0fc3db7ebcd8d8e03d5b4df41b4fc029b8da..ae6ea0a1616bbab9dcdb7a20974391b9f589ad5c 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/protocol/Emulation.h"
|
| +#include "platform/WebTaskRunner.h"
|
|
|
| namespace blink {
|
|
|
| -class CancellableTaskFactory;
|
| class WebLocalFrameImpl;
|
| class WebViewImpl;
|
|
|
| @@ -55,7 +55,7 @@ class InspectorEmulationAgent final
|
|
|
| Member<WebLocalFrameImpl> m_webLocalFrameImpl;
|
| Client* m_client;
|
| - std::unique_ptr<CancellableTaskFactory> m_virtualTimeBudgetExpiredTask;
|
| + TaskHandle m_virtualTimeBudgetExpiredTaskHandle;
|
| };
|
|
|
| } // namespace blink
|
|
|