Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(578)

Unified Diff: third_party/WebKit/Source/web/InspectorEmulationAgent.h

Issue 2841463003: scheduler: Make virtual time expiration deterministic (Closed)
Patch Set: Rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698