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

Issue 2813103003: VR: Stop mouse move events when scrolling/fling (Closed)

Created:
3 years, 8 months ago by asimjour1
Modified:
3 years, 8 months ago
Reviewers:
asimjour, dtapuska, tdresser
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

VR: Stop mouse move events when scrolling/fling When in VR, stop processing mouse move events during scroll and fling. BUG=688108 Review-Url: https://codereview.chromium.org/2813103003 Cr-Commit-Position: refs/heads/master@{#464520} Committed: https://chromium.googlesource.com/chromium/src/+/8ee20e2429ecd4448c95d30b8bb96a28c5ee77a7

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 4 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
asimjour1
PTAL
3 years, 8 months ago (2017-04-12 18:27:52 UTC) #2
tdresser
This feels a bit out of place in the RenderWidgetHostImpl. Could we just filter these ...
3 years, 8 months ago (2017-04-12 19:11:40 UTC) #3
asimjour1
On 2017/04/12 19:11:40, tdresser wrote: > This feels a bit out of place in the ...
3 years, 8 months ago (2017-04-12 19:41:58 UTC) #4
tdresser
Right, makes sense. Dave, any thoughts on how we could structure this to separate out ...
3 years, 8 months ago (2017-04-13 14:40:35 UTC) #6
dtapuska
On 2017/04/13 14:40:35, tdresser wrote: > Right, makes sense. > > Dave, any thoughts on ...
3 years, 8 months ago (2017-04-13 14:48:19 UTC) #7
dtapuska
https://codereview.chromium.org/2813103003/diff/1/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/2813103003/diff/1/content/browser/renderer_host/render_widget_host_impl.cc#newcode1022 content/browser/renderer_host/render_widget_host_impl.cc:1022: if (GetView()->IsInVR() && Can we put a comment here ...
3 years, 8 months ago (2017-04-13 14:48:25 UTC) #8
asimjour1
https://codereview.chromium.org/2813103003/diff/1/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/2813103003/diff/1/content/browser/renderer_host/render_widget_host_impl.cc#newcode1022 content/browser/renderer_host/render_widget_host_impl.cc:1022: if (GetView()->IsInVR() && On 2017/04/13 14:48:25, dtapuska wrote: > ...
3 years, 8 months ago (2017-04-13 16:31:36 UTC) #9
dtapuska
On 2017/04/13 16:31:36, asimjour1 wrote: > https://codereview.chromium.org/2813103003/diff/1/content/browser/renderer_host/render_widget_host_impl.cc > File content/browser/renderer_host/render_widget_host_impl.cc (right): > > https://codereview.chromium.org/2813103003/diff/1/content/browser/renderer_host/render_widget_host_impl.cc#newcode1022 > ...
3 years, 8 months ago (2017-04-13 16:46:26 UTC) #10
tdresser
LGTM
3 years, 8 months ago (2017-04-13 17:08:14 UTC) #11
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/2813103003/20001
3 years, 8 months ago (2017-04-13 19:17:03 UTC) #15
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 20:16:42 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/8ee20e2429ecd4448c95d30b8bb9...

Powered by Google App Engine
This is Rietveld 408576698