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

Unified Diff: components/view_manager/display_manager_factory.h

Issue 1245683004: Mandoline: Merge Surfaces and Views apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed bot issues (I hope) 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/display_manager.cc ('k') | components/view_manager/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/display_manager_factory.h
diff --git a/components/view_manager/display_manager_factory.h b/components/view_manager/display_manager_factory.h
index 4152b7dadf733112c423903e1fca571e4b202e7c..e6fbae8509110e0912f8b5d1c11872b8975adee0 100644
--- a/components/view_manager/display_manager_factory.h
+++ b/components/view_manager/display_manager_factory.h
@@ -23,7 +23,8 @@ class DisplayManagerFactory {
virtual DisplayManager* CreateDisplayManager(
bool is_headless,
mojo::ApplicationImpl* app_impl,
- const scoped_refptr<gles2::GpuState>& gpu_state) = 0;
+ const scoped_refptr<gles2::GpuState>& gpu_state,
+ const scoped_refptr<surfaces::SurfacesState>& surfaces_state) = 0;
};
} // namespace view_manager
« no previous file with comments | « components/view_manager/display_manager.cc ('k') | components/view_manager/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698