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

Unified Diff: components/view_manager/test_server_view_delegate.cc

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
« no previous file with comments | « components/view_manager/test_server_view_delegate.h ('k') | components/view_manager/view_manager_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/test_server_view_delegate.cc
diff --git a/components/view_manager/test_server_view_delegate.cc b/components/view_manager/test_server_view_delegate.cc
index fb4c37a18370ead20dd77cba526fa3c139ebd583..77377c41d7c6b91ca868f889e003d580abb8ff29 100644
--- a/components/view_manager/test_server_view_delegate.cc
+++ b/components/view_manager/test_server_view_delegate.cc
@@ -13,6 +13,10 @@ TestServerViewDelegate::TestServerViewDelegate() : root_view_(nullptr) {
TestServerViewDelegate::~TestServerViewDelegate() {
}
+surfaces::SurfacesState* TestServerViewDelegate::GetSurfacesState() {
+ return nullptr;
+}
+
void TestServerViewDelegate::PrepareToDestroyView(ServerView* view) {
}
« no previous file with comments | « components/view_manager/test_server_view_delegate.h ('k') | components/view_manager/view_manager_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698