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

Unified Diff: mojo/ui/ganesh_view.h

Issue 1679023006: Reify view ownership as a message pipe. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | « mojo/ui/base_view.cc ('k') | mojo/ui/ganesh_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/ui/ganesh_view.h
diff --git a/mojo/ui/ganesh_view.h b/mojo/ui/ganesh_view.h
index 7cf29e93d2882863dc8a0ab67c3dd590a577c6b3..7f28e353b39ac199a5e0cb5dfd1acf0f2ceb9e2c 100644
--- a/mojo/ui/ganesh_view.h
+++ b/mojo/ui/ganesh_view.h
@@ -21,10 +21,9 @@ namespace ui {
// content for the scene.
class GaneshView : public BaseView {
public:
- GaneshView(
- mojo::ApplicationImpl* app_impl,
- const std::string& label,
- const mojo::ui::ViewProvider::CreateViewCallback& create_view_callback);
+ GaneshView(mojo::ApplicationImpl* app_impl,
+ mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request,
+ const std::string& label);
~GaneshView() override;
« no previous file with comments | « mojo/ui/base_view.cc ('k') | mojo/ui/ganesh_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698