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

Unified Diff: services/ui/view_manager/view_tree_impl.h

Issue 1775143004: Mozart: Directly associate the renderer with the view tree. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-1
Patch Set: Created 4 years, 9 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 | « services/ui/view_manager/view_stub.h ('k') | services/ui/view_manager/view_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/view_manager/view_tree_impl.h
diff --git a/services/ui/view_manager/view_tree_impl.h b/services/ui/view_manager/view_tree_impl.h
index d0ab146c55906fdc0994998392f499dd6f8d1dda..26ee83f17ae4700635c9de7f5734282a41367dad 100644
--- a/services/ui/view_manager/view_tree_impl.h
+++ b/services/ui/view_manager/view_tree_impl.h
@@ -26,6 +26,8 @@ class ViewTreeImpl : public mojo::ui::ViewTree, public mojo::ServiceProvider {
void GetToken(const GetTokenCallback& callback) override;
void GetServiceProvider(
mojo::InterfaceRequest<mojo::ServiceProvider> service_provider) override;
+ void SetRenderer(mojo::InterfaceHandle<mojo::gfx::composition::Renderer>
+ renderer) override;
void RequestLayout() override;
void SetRoot(
uint32_t root_key,
« no previous file with comments | « services/ui/view_manager/view_stub.h ('k') | services/ui/view_manager/view_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698