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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/url_bar.cc

Issue 2866853002: VR: Wire VrShell UI-related state to the scene manager. (Closed)
Patch Set: Created 3 years, 7 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: chrome/browser/android/vr_shell/ui_elements/url_bar.cc
diff --git a/chrome/browser/android/vr_shell/ui_elements/url_bar.cc b/chrome/browser/android/vr_shell/ui_elements/url_bar.cc
index b9d6cc327d54c320a092abe6a9c444d42e99a798..7e8d9c49a9b0c6d3c0fa5a5da06e9c33362c7179 100644
--- a/chrome/browser/android/vr_shell/ui_elements/url_bar.cc
+++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.cc
@@ -29,8 +29,8 @@ UiTexture* UrlBar::GetTexture() const {
return texture_.get();
}
-void UrlBar::SetGURL(const GURL& gurl) {
- texture_->SetGURL(gurl);
+void UrlBar::SetURL(const GURL& gurl) {
+ texture_->SetURL(gurl);
}
} // namespace vr_shell

Powered by Google App Engine
This is Rietveld 408576698