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

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

Issue 2753843003: Create a new action triggered when a BeginMainFrame is not expected before vsync (Closed)
Patch Set: Add BeginMainFrameNotExpectedUntil to content::CompositorImpl for Android. 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/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 7cea544512870a2d923e4b1d24635f45e6b7b177..839747f05582dbdf54996bc6aafcb073f84de30e 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
@@ -33,6 +33,7 @@ class MockRendererScheduler : public RendererScheduler {
std::unique_ptr<RenderWidgetSchedulingState>());
MOCK_METHOD1(WillBeginFrame, void(const cc::BeginFrameArgs&));
MOCK_METHOD0(BeginFrameNotExpectedSoon, void());
+ MOCK_METHOD1(BeginMainFrameNotExpectedUntil, void(base::TimeTicks));
MOCK_METHOD0(DidCommitFrameToCompositor, void());
MOCK_METHOD2(DidHandleInputEventOnCompositorThread,
void(const WebInputEvent&, InputEventState));
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/test/fake_renderer_scheduler.h ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698