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

Unified Diff: device/vr/android/gvr/gvr_gamepad_data_fetcher.cc

Issue 2879973002: Expose Gamepad API instance for Cardboard button (Closed)
Patch Set: fix crash in tests 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: device/vr/android/gvr/gvr_gamepad_data_fetcher.cc
diff --git a/device/vr/android/gvr/gvr_gamepad_data_fetcher.cc b/device/vr/android/gvr/gvr_gamepad_data_fetcher.cc
index 8d0bb87788fab6b627f83f9bc717672999cc7fbc..fd39fe4a57c811df253d6aabb423ff8e9e663443 100644
--- a/device/vr/android/gvr/gvr_gamepad_data_fetcher.cc
+++ b/device/vr/android/gvr/gvr_gamepad_data_fetcher.cc
@@ -50,7 +50,7 @@ GvrGamepadDataFetcher::GvrGamepadDataFetcher(
: display_id_(display_id) {
// Called on UI thread.
DVLOG(1) << __FUNCTION__ << "=" << this;
- data_provider->RegisterGamepadDataFetcher(this);
+ data_provider->RegisterGvrGamepadDataFetcher(this);
}
GvrGamepadDataFetcher::~GvrGamepadDataFetcher() {
« no previous file with comments | « device/vr/android/gvr/cardboard_gamepad_data_provider.h ('k') | device/vr/android/gvr/gvr_gamepad_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698