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

Unified Diff: chrome/browser/android/vr_shell/textures/url_bar_texture.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/textures/url_bar_texture.cc
diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.cc b/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
index 212bfbe28b3dbc27a4f0bd509a2a319226b1825b..1b74d407085d19e0d63c4adf0ebc298e515fd282 100644
--- a/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
+++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
@@ -48,7 +48,7 @@ void UrlBarTexture::SetHover(bool hover) {
hover_ = hover;
}
-void UrlBarTexture::SetGURL(const GURL& gurl) {
+void UrlBarTexture::SetURL(const GURL& gurl) {
gurl_ = gurl;
}

Powered by Google App Engine
This is Rietveld 408576698