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

Issue 2768133003: Ensure VR UI does not miss controller button clicks (Closed)

Created:
3 years, 9 months ago by cjgrant
Modified:
3 years, 9 months ago
Reviewers:
klausw, mthiesse
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Ensure VR UI does not miss controller button clicks The controller state was being collected at a point that doesn't map 1:1 with UI input handling. This meant that occasionally, a button event could be seen twice, or not at all, by the UI. BUG=None Review-Url: https://codereview.chromium.org/2768133003 Cr-Commit-Position: refs/heads/master@{#459422} Committed: https://chromium.googlesource.com/chromium/src/+/d6812967f11d73152f79e9b29108389cfd382a21

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -36 lines) Patch
M chrome/browser/android/vr_shell/vr_shell_gl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_gl.cc View 6 chunks +43 lines, -36 lines 6 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 9 (4 generated)
cjgrant
https://codereview.chromium.org/2768133003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (left): https://codereview.chromium.org/2768133003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc#oldcode497 chrome/browser/android/vr_shell/vr_shell_gl.cc:497: return; I'm not sure why we were returning here. ...
3 years, 9 months ago (2017-03-23 21:24:47 UTC) #2
mthiesse
lgtm https://codereview.chromium.org/2768133003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (left): https://codereview.chromium.org/2768133003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc#oldcode497 chrome/browser/android/vr_shell/vr_shell_gl.cc:497: return; On 2017/03/23 21:24:47, cjgrant wrote: > I'm ...
3 years, 9 months ago (2017-03-23 21:34:23 UTC) #3
cjgrant
https://codereview.chromium.org/2768133003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (right): https://codereview.chromium.org/2768133003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc#newcode514 chrome/browser/android/vr_shell/vr_shell_gl.cc:514: if (ShouldDrawWebVr()) { On 2017/03/23 21:24:47, cjgrant wrote: > ...
3 years, 9 months ago (2017-03-23 21:35:35 UTC) #4
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/2768133003/1
3 years, 9 months ago (2017-03-24 14:09:05 UTC) #6
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 14:45:15 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/d6812967f11d73152f79e9b29108...

Powered by Google App Engine
This is Rietveld 408576698