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

Unified Diff: cc/scheduler/scheduler.cc

Issue 14772021: cc::OutputSurfaceClient::InitializeForGL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win compile by including ContextProvider from output_surface_client.h Created 7 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
« no previous file with comments | « cc/scheduler/scheduler.h ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/scheduler.cc
diff --git a/cc/scheduler/scheduler.cc b/cc/scheduler/scheduler.cc
index 737ffc1bb1222b2af5fec3d72e7a468abd4fa2ad..e34e6d599b69c776fc2316673c349b83e9b23d20 100644
--- a/cc/scheduler/scheduler.cc
+++ b/cc/scheduler/scheduler.cc
@@ -100,6 +100,10 @@ int Scheduler::NumFramesPendingForTesting() const {
return frame_rate_controller_->NumFramesPendingForTesting();
}
+bool Scheduler::swap_buffers_complete_supported() const {
+ return frame_rate_controller_->swap_buffers_complete_supported();
+}
+
void Scheduler::SetSwapBuffersCompleteSupported(bool supported) {
frame_rate_controller_->SetSwapBuffersCompleteSupported(supported);
}
« no previous file with comments | « cc/scheduler/scheduler.h ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698