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

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

Issue 2877133002: VR: Add a loading indicator to the scene. (Closed)
Patch Set: Rebase onto render text change. 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.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/url_bar.h b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
index 790e186605ac936fe4750988561d9f0749b765a1..ab6ea7e90f3d26b03d3b46c597b7ffe4eab2e104 100644
--- a/chrome/browser/android/vr_shell/ui_elements/url_bar.h
+++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
@@ -26,7 +26,7 @@ class UrlBar : public TexturedElement {
void OnHoverLeave() override;
void OnBeginFrame(const base::TimeTicks& begin_frame_time) override;
void OnButtonUp(gfx::PointF position) override;
- void SetEnabled(bool enabled);
+ void SetEnabled(bool enabled) override;
void SetURL(const GURL& gurl);
void SetSecurityLevel(int level);
« no previous file with comments | « chrome/browser/android/vr_shell/ui_elements/ui_element.cc ('k') | chrome/browser/android/vr_shell/ui_elements/url_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698