| Index: chrome/browser/android/vr_shell/vr_controller_model.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_controller_model.h b/chrome/browser/android/vr_shell/vr_controller_model.h
|
| index b679ea4d86c16b5c10f33083394a477ce20aa170..3e4230b2873b96e1dbe5c886eedf0f47ce39bc66 100644
|
| --- a/chrome/browser/android/vr_shell/vr_controller_model.h
|
| +++ b/chrome/browser/android/vr_shell/vr_controller_model.h
|
| @@ -42,7 +42,7 @@ class VrControllerModel {
|
| void SetTexturePatch(int state, sk_sp<SkImage> image);
|
| sk_sp<SkImage> GetTexture(int state) const;
|
|
|
| - static std::unique_ptr<VrControllerModel> LoadFromComponent();
|
| + static std::unique_ptr<VrControllerModel> LoadFromResources();
|
|
|
| private:
|
| std::unique_ptr<gltf::Asset> gltf_asset_;
|
|
|