| 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 4f089dda24b3a431999798d4b5fd935b8006d8b3..c8ba1809a5a9937f89358f9b33e550080f912e8d 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
|
|
|