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

Unified Diff: components/web_view/web_view_impl.h

Issue 1414663002: Mandoline webview: View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More renaming 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
« no previous file with comments | « components/web_view/web_view_apptest.cc ('k') | components/web_view/web_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6effe103d532f8e7daecbed085b642e1c696aff5..364fc732144a7cead56014fb808151d1e693ae3a 100644
--- a/components/web_view/web_view_impl.h
+++ b/components/web_view/web_view_impl.h
@@ -74,10 +74,10 @@ class WebViewImpl : public mojom::WebView,
void OnConnectionLost(mus::WindowTreeConnection* connection) override;
// Overridden from mus::WindowObserver:
- void OnWindowBoundsChanged(mus::Window* view,
+ void OnWindowBoundsChanged(mus::Window* window,
const mojo::Rect& old_bounds,
const mojo::Rect& new_bounds) override;
- void OnWindowDestroyed(mus::Window* view) override;
+ void OnWindowDestroyed(mus::Window* window) override;
// Overridden from FrameTreeDelegate:
scoped_ptr<FrameUserData> CreateUserDataForNewFrame(
« no previous file with comments | « components/web_view/web_view_apptest.cc ('k') | components/web_view/web_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698