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

Unified Diff: third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h

Issue 2954473002: Record accuracy of expected queueing time metric. (Closed)
Patch Set: Set trace ID in test. Created 3 years, 6 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/public/platform/scheduler/test/mock_renderer_scheduler.h
diff --git a/third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h b/third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h
index 14ba4dbe6720265b3f9c9db818307716c10561ef..06fa9a7872173f91a278dde096f2cb4eae4f6063 100644
--- a/third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h
+++ b/third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h
@@ -41,6 +41,7 @@ class MockRendererScheduler : public RendererScheduler {
void(const WebInputEvent&, InputEventState));
MOCK_METHOD2(DidHandleInputEventOnMainThread,
void(const WebInputEvent&, WebInputEventResult));
+ MOCK_METHOD0(MostRecentExpectedQueueingTime, base::TimeDelta());
MOCK_METHOD0(DidAnimateForInputOnCompositorThread, void());
MOCK_METHOD1(SetRendererHidden, void(bool));
MOCK_METHOD1(SetRendererBackgrounded, void(bool));
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/test/fake_renderer_scheduler.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698