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

Unified Diff: components/view_manager/test_server_view_delegate.h

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 4 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/test_server_view_delegate.h
diff --git a/components/view_manager/test_server_view_delegate.h b/components/view_manager/test_server_view_delegate.h
index 85186d8749bf0740f1feeeea7f6eb14b20ba0bd7..bfab7e24c6d67549b9bb0d726f442b7a8bc19a28 100644
--- a/components/view_manager/test_server_view_delegate.h
+++ b/components/view_manager/test_server_view_delegate.h
@@ -18,6 +18,7 @@ class TestServerViewDelegate : public ServerViewDelegate {
void set_root_view(const ServerView* view) { root_view_ = view; }
private:
// ServerViewDelegate:
+ surfaces::SurfacesState* GetSurfacesState() override;
void PrepareToDestroyView(ServerView* view) override;
void PrepareToChangeViewHierarchy(ServerView* view,
ServerView* new_parent,
« no previous file with comments | « components/view_manager/surfaces/surfaces_impl.cc ('k') | components/view_manager/test_server_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698