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

Unified Diff: services/navigation/public/interfaces/view.mojom

Issue 2038143003: Support link hovering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
Patch Set: . Created 4 years, 6 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/navigation/navigation_unittest.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/public/interfaces/view.mojom
diff --git a/services/navigation/public/interfaces/view.mojom b/services/navigation/public/interfaces/view.mojom
index 20a3e158402e9ef7065b2e3faeb394cde049c7f1..2d1e28b43db556996732d1ba7769b606e4ad59be 100644
--- a/services/navigation/public/interfaces/view.mojom
+++ b/services/navigation/public/interfaces/view.mojom
@@ -19,6 +19,8 @@ interface ViewClient {
bool can_go_back,
bool can_go_forward);
LoadProgressChanged(double progress);
+ UpdateHoverURL(url.mojom.Url url);
+
ViewCreated(View view,
ViewClient& client,
bool is_popup,
@@ -42,4 +44,8 @@ interface View {
ShowInterstitial(string html);
HideInterstitial();
+
+ // The resize area is a rectangle in the bottom corner of the view that allows
+ // the top-level window containing the view to be interactively resized.
+ SetResizerSize(gfx.mojom.Size size);
};
« no previous file with comments | « services/navigation/navigation_unittest.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698