| Index: chrome/browser/android/vr_shell/ui_interface.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
|
| index fc77e961b6337cfcf1e87119f094e8b89ccc61a0..ce872e1d12f5fcab10fcc6a4ab19459292367477 100644
|
| --- a/chrome/browser/android/vr_shell/ui_interface.h
|
| +++ b/chrome/browser/android/vr_shell/ui_interface.h
|
| @@ -29,7 +29,7 @@ class UiInterface {
|
| virtual void SetSecurityLevel(int level) = 0;
|
| virtual void SetWebVrSecureOrigin(bool secure) = 0;
|
| virtual void SetLoading(bool loading) = 0;
|
| - virtual void SetLoadProgress(double progress) = 0;
|
| + virtual void SetLoadProgress(float progress) = 0;
|
| virtual void SetHistoryButtonsEnabled(bool can_go_back,
|
| bool can_go_forward) = 0;
|
|
|
|
|