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

Unified Diff: components/web_view/web_view_impl.h

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 years, 2 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/web_view/web_view_impl.h
diff --git a/components/web_view/web_view_impl.h b/components/web_view/web_view_impl.h
index 1e2125ebd9c8f29134551f59b498c79f0fba4696..6effe103d532f8e7daecbed085b642e1c696aff5 100644
--- a/components/web_view/web_view_impl.h
+++ b/components/web_view/web_view_impl.h
@@ -62,9 +62,8 @@ class WebViewImpl : public mojom::WebView,
// Overridden from WebView:
void LoadRequest(mojo::URLRequestPtr request) override;
- void GetViewTreeClient(
- mojo::InterfaceRequest<mojo::ViewTreeClient> view_tree_client)
- override;
+ void GetWindowTreeClient(mojo::InterfaceRequest<mus::mojom::WindowTreeClient>
+ window_tree_client) override;
void Find(const mojo::String& search_text, bool forward_direction) override;
void StopFinding() override;
void GoBack() override;
« no previous file with comments | « components/web_view/test_runner/test_runner_application_delegate.h ('k') | components/web_view/web_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698