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

Unified Diff: components/view_manager/surfaces/top_level_display_client.cc

Issue 1304063014: cc: Plumbing for BeginFrameSource based on Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SurfaceAggregator tests; fix some bugs revealed by tests Created 5 years, 3 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: components/view_manager/surfaces/top_level_display_client.cc
diff --git a/components/view_manager/surfaces/top_level_display_client.cc b/components/view_manager/surfaces/top_level_display_client.cc
index 8b5091796d011a5315c49453322be1b5cbba0000..083a206d4f64ab3485deb134427431e6b9d77bee 100644
--- a/components/view_manager/surfaces/top_level_display_client.cc
+++ b/components/view_manager/surfaces/top_level_display_client.cc
@@ -107,4 +107,9 @@ void TopLevelDisplayClient::ReturnResources(
// TODO(fsamuel): Implement this.
}
+void TopLevelDisplayClient::SetBeginFrameSource(
+ cc::BeginFrameSource* begin_frame_source) {
+ // TODO(tansell): Implement this.
sky 2015/09/24 23:58:20 Same comment here.
+}
+
} // namespace surfaces

Powered by Google App Engine
This is Rietveld 408576698