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

Issue 2378903005: Implement controller handling in vr_shell.cc (Closed)

Created:
4 years, 2 months ago by mthiesse
Modified:
4 years, 2 months ago
Reviewers:
asimjour1, bshe, cjgrant
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement controller handling in vr_shell.cc BUG=641413 Committed: https://crrev.com/e6ccc9717dedbd3573efa6c8aa25f20db942510d Cr-Commit-Position: refs/heads/master@{#422783}

Patch Set 1 #

Total comments: 24

Patch Set 2 : Address comments #

Patch Set 3 : Rebase #

Total comments: 6

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -20 lines) Patch
M chrome/browser/android/vr_shell/vr_gesture.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_input_manager.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_input_manager.cc View 1 2 3 3 chunks +8 lines, -12 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.h View 1 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.cc View 1 2 7 chunks +65 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
mthiesse
PTAL
4 years, 2 months ago (2016-09-30 20:07:02 UTC) #2
cjgrant
https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc#newcode12 chrome/browser/android/vr_shell/vr_shell.cc:12: #include "chrome/browser/android/vr_shell/vr_controller.h" Duplicate include. https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc#newcode228 chrome/browser/android/vr_shell/vr_shell.cc:228: controller_active_ = controller_->IsConnected(); ...
4 years, 2 months ago (2016-09-30 20:26:39 UTC) #3
bshe
https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc#newcode220 chrome/browser/android/vr_shell/vr_shell.cc:220: // TODO (asimjour) for now, scroll is sent to ...
4 years, 2 months ago (2016-10-03 12:23:21 UTC) #4
asimjour1
https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc#newcode228 chrome/browser/android/vr_shell/vr_shell.cc:228: controller_active_ = controller_->IsConnected(); It looks that controller_active_ is not ...
4 years, 2 months ago (2016-10-03 15:54:39 UTC) #5
mthiesse
https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2378903005/diff/1/chrome/browser/android/vr_shell/vr_shell.cc#newcode12 chrome/browser/android/vr_shell/vr_shell.cc:12: #include "chrome/browser/android/vr_shell/vr_controller.h" On 2016/09/30 20:26:39, cjgrant wrote: > Duplicate ...
4 years, 2 months ago (2016-10-03 16:30:13 UTC) #6
asimjour1
lgtm https://codereview.chromium.org/2378903005/diff/40001/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2378903005/diff/40001/chrome/browser/android/vr_shell/vr_shell.cc#newcode308 chrome/browser/android/vr_shell/vr_shell.cc:308: gesture->details.move.delta.x = pixel_x; On the experimental branch we ...
4 years, 2 months ago (2016-10-04 13:30:07 UTC) #7
bshe
lgtm with nit Also, please refer to a bug in the CL description. https://codereview.chromium.org/2378903005/diff/40001/chrome/browser/android/vr_shell/vr_input_manager.cc File ...
4 years, 2 months ago (2016-10-04 13:50:42 UTC) #8
mthiesse
https://codereview.chromium.org/2378903005/diff/40001/chrome/browser/android/vr_shell/vr_input_manager.cc File chrome/browser/android/vr_shell/vr_input_manager.cc (right): https://codereview.chromium.org/2378903005/diff/40001/chrome/browser/android/vr_shell/vr_input_manager.cc#newcode124 chrome/browser/android/vr_shell/vr_input_manager.cc:124: void VrInputManager::SendMouseMoveEvent(int64_t time_ms, On 2016/10/04 13:50:42, bshe wrote: > ...
4 years, 2 months ago (2016-10-04 14:05:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2378903005/60001
4 years, 2 months ago (2016-10-04 14:05:54 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-04 14:17:34 UTC) #15
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 14:20:06 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e6ccc9717dedbd3573efa6c8aa25f20db942510d
Cr-Commit-Position: refs/heads/master@{#422783}

Powered by Google App Engine
This is Rietveld 408576698