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

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.h

Issue 2877133002: VR: Add a loading indicator to the scene. (Closed)
Patch Set: Add units to timeout constant. 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/vr_gl_thread.h
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
index d218990e36e93fe0392607c1aa927d8430f96e71..962b767607764b0e7d4fc6388fc616447859840a 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -59,7 +59,7 @@ class VrGLThread : public base::Thread,
// UiInterface implementation (VrShell calling to the UI).
void SetFullscreen(bool enabled) override;
void SetHistoryButtonsEnabled(bool can_go_back, bool can_go_forward) override;
- void SetLoadProgress(double progress) override;
+ void SetLoadProgress(float progress) override;
void SetLoading(bool loading) override;
void SetSecurityLevel(int level) override;
void SetURL(const GURL& gurl) override;

Powered by Google App Engine
This is Rietveld 408576698