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

Unified Diff: components/mus/ws/server_window_surface.cc

Issue 1304063014: cc: Plumbing for BeginFrameSource based on Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix webview Created 5 years, 2 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 | « components/mus/ws/server_window_surface.h ('k') | content/browser/compositor/delegated_frame_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/server_window_surface.cc
diff --git a/components/mus/ws/server_window_surface.cc b/components/mus/ws/server_window_surface.cc
index 9e1a4725ada96d9a54332c89886fde6dc1a15287..ef42bd095d2a0caa448e742198836f5c4d5c57d0 100644
--- a/components/mus/ws/server_window_surface.cc
+++ b/components/mus/ws/server_window_surface.cc
@@ -111,6 +111,13 @@ void ServerWindowSurface::ReturnResources(
mojo::Array<mojom::ReturnedResourcePtr>::From(resources));
}
+void ServerWindowSurface::SetBeginFrameSource(
+ cc::SurfaceId surface_id,
+ cc::BeginFrameSource* begin_frame_source) {
+ // TODO(tansell): Implement this.
+ NOTIMPLEMENTED();
+}
+
} // namespace ws
} // namespace mus
« no previous file with comments | « components/mus/ws/server_window_surface.h ('k') | content/browser/compositor/delegated_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698