| 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 1631fbccb42cceb9330bcfa2639009bb52b7ab81..228106c8898b7adfdde608c72ad36f307272126e 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/protocol/Emulation.h"
|
| -#include "platform/WebTaskRunner.h"
|
|
|
| namespace blink {
|
|
|
| @@ -65,7 +64,6 @@ class InspectorEmulationAgent final
|
|
|
| Member<WebLocalFrameImpl> web_local_frame_impl_;
|
| Client* client_;
|
| - TaskHandle virtual_time_budget_expired_task_handle_;
|
| };
|
|
|
| } // namespace blink
|
|
|