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

Unified Diff: components/view_manager/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: 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/server_view.h
diff --git a/components/view_manager/server_view.h b/components/view_manager/server_view.h
index 40688f7976e6deeca9864c4f70f9ea922b70de78..3ee0dfb485166674484b3587dd411c0e391f1535 100644
--- a/components/view_manager/server_view.h
+++ b/components/view_manager/server_view.h
@@ -134,6 +134,7 @@ class ServerView : public mojo::Surface,
// 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