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

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

Issue 2891243002: VR: Loading DD controller model after GL is initialized (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/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_;

Powered by Google App Engine
This is Rietveld 408576698