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

Side by Side Diff: services/navigation/public/interfaces/view.mojom

Issue 2400243002: Remove grow box rect support, browser part. (Closed)
Patch Set: . Created 4 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 unified diff | Download patch
« no previous file with comments | « services/navigation/public/cpp/view.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module navigation.mojom; 5 module navigation.mojom;
6 6
7 import "services/ui/public/interfaces/window_tree.mojom"; 7 import "services/ui/public/interfaces/window_tree.mojom";
8 import "ui/gfx/geometry/mojo/geometry.mojom"; 8 import "ui/gfx/geometry/mojo/geometry.mojom";
9 import "url/mojo/url.mojom"; 9 import "url/mojo/url.mojom";
10 10
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 NavigateToOffset(int32 offset); 113 NavigateToOffset(int32 offset);
114 Reload(bool skip_cache); 114 Reload(bool skip_cache);
115 Stop(); 115 Stop();
116 116
117 // Obtains a Mus WindowTreeClient for the View, so it can be embedded in a 117 // Obtains a Mus WindowTreeClient for the View, so it can be embedded in a
118 // UI. 118 // UI.
119 GetWindowTreeClient(ui.mojom.WindowTreeClient& client); 119 GetWindowTreeClient(ui.mojom.WindowTreeClient& client);
120 120
121 ShowInterstitial(string html); 121 ShowInterstitial(string html);
122 HideInterstitial(); 122 HideInterstitial();
123
124 // The resize area is a rectangle in the bottom corner of the view that allows
125 // the top-level window containing the view to be interactively resized.
126 SetResizerSize(gfx.mojom.Size size);
127 }; 123 };
OLDNEW
« no previous file with comments | « services/navigation/public/cpp/view.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698