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

Unified Diff: chrome/browser/android/vr_shell/textures/url_bar_texture.h

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.h
diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.h b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
index b145b9956f416fccb5dd7eef65f4c53b2ca54d41..96e7d44551a2bb03b977fc2b14b33927c212d00b 100644
--- a/chrome/browser/android/vr_shell/textures/url_bar_texture.h
+++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
@@ -19,7 +19,7 @@ class UrlBarTexture : public UiTexture {
gfx::SizeF GetDrawnSize() const override;
void SetHover(bool hover);
- void SetGURL(const GURL& gurl);
+ void SetURL(const GURL& gurl);
private:
void Draw(SkCanvas* canvas, const gfx::Size& texture_size) override;

Powered by Google App Engine
This is Rietveld 408576698