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

Unified Diff: components/mus/vm/server_view.h

Issue 1304063014: cc: Plumbing for BeginFrameSource based on Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add surface_id to SurfaceFactoryClient::SetBeginFrameSource 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
Index: components/mus/vm/server_view.h
diff --git a/components/mus/vm/server_view.h b/components/mus/vm/server_view.h
index d72a68f03425e75e8b83afd81e488a2985ee41bf..325c5d017f58e9e7f1cf20346d811e284dec62e3 100644
--- a/components/mus/vm/server_view.h
+++ b/components/mus/vm/server_view.h
@@ -123,6 +123,7 @@ class ServerView : public mojo::Surface, public cc::SurfaceFactoryClient {
// SurfaceFactoryClient implementation.
void ReturnResources(const cc::ReturnedResourceArray& resources) override;
+ void SetBeginFrameSource(cc::BeginFrameSource* begin_frame_source) override;
// Implementation of removing a view. Doesn't send any notification.
void RemoveImpl(ServerView* view);

Powered by Google App Engine
This is Rietveld 408576698