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

Unified Diff: components/web_view/public/interfaces/web_view.mojom

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/public/interfaces/web_view.mojom
diff --git a/components/web_view/public/interfaces/web_view.mojom b/components/web_view/public/interfaces/web_view.mojom
index ab95c66f597a353cfd50240af0405f90f2ee5d35..24deb904c7f93c3bb05a8098d5bee1504b4da5e1 100644
--- a/components/web_view/public/interfaces/web_view.mojom
+++ b/components/web_view/public/interfaces/web_view.mojom
@@ -4,7 +4,7 @@
module web_view.mojom;
-import "components/mus/public/interfaces/view_tree.mojom";
+import "components/mus/public/interfaces/window_tree.mojom";
import "network/public/interfaces/url_loader.mojom";
enum ButtonState {
@@ -40,8 +40,8 @@ interface WebView {
// Navigate the top level frame to |request|.
LoadRequest(mojo.URLRequest request);
- // Provide a ViewTreeClient for this specific WebView.
- GetViewTreeClient(mojo.ViewTreeClient& view_tree_client);
+ // Provide a WindowTreeClient for this specific WebView.
+ GetWindowTreeClient(mus.mojom.WindowTreeClient& window_tree_client);
// Finds a string in page.
Find(string search_text, bool forward_direction);
« no previous file with comments | « components/web_view/public/cpp/web_view.cc ('k') | components/web_view/test_runner/test_runner_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698