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

Issue 2890323002: Add tilt_x and tilt_y to ppapi touchpoint. (Closed)

Created:
3 years, 7 months ago by jkwang
Modified:
3 years, 6 months ago
CC:
binji+watch_chromium.org, bradnelson+warch_chromium.org, chromium-reviews, darin-cc_chromium.org, ihf+watch_chromium.org, jam, mlamouri+watch-content_chromium.org, piman+watch_chromium.org, teravest+watch_chromium.org, tzik, yusukes+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add tilt_x and tilt_y to ppapi touchpoint. This patch adds tilt_x and tilt_y fields to pp_touch_point. BUG=715289 TEST= Review-Url: https://codereview.chromium.org/2890323002 Cr-Commit-Position: refs/heads/master@{#474977} Committed: https://chromium.googlesource.com/chromium/src/+/424fd27db211d380ddc81f09f0f35b71661e6cdf

Patch Set 1 #

Total comments: 6

Patch Set 2 : Add tilt_x and tilt_y to ppapi touchpoint. #

Total comments: 10

Patch Set 3 : Add tilt_x and tilt_y to ppapi touchpoint. #

Total comments: 2

Patch Set 4 : Add tilt_x and tilt_y to ppapi touchpoint. #

Total comments: 3

Patch Set 5 : Add tilt_x and tilt_y to ppapi touchpoint. #

Patch Set 6 : Add tilt_x and tilt_y to ppapi touchpoint. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+324 lines, -63 lines) Patch
M content/renderer/pepper/event_conversion.cc View 5 chunks +13 lines, -7 lines 0 comments Download
M ppapi/api/ppb_input_event.idl View 1 2 3 2 chunks +38 lines, -1 line 0 comments Download
M ppapi/c/pp_macros.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/c/ppb_input_event.h View 1 2 3 4 chunks +55 lines, -4 lines 0 comments Download
M ppapi/cpp/input_event.cc View 1 2 3 2 chunks +25 lines, -2 lines 0 comments Download
M ppapi/cpp/touch_point.h View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 5 chunks +63 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/shared_impl/ppb_input_event_shared.h View 1 2 4 chunks +16 lines, -3 lines 0 comments Download
M ppapi/shared_impl/ppb_input_event_shared.cc View 1 2 3 4 5 2 chunks +57 lines, -35 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_stable.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/ppb_input_event_api.h View 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_input_event_thunk.cc View 1 2 3 2 chunks +33 lines, -8 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
bbudge
Thanks for reworking to avoid versioning PP_TouchPoint. https://codereview.chromium.org/2890323002/diff/1/ppapi/cpp/input_event.cc File ppapi/cpp/input_event.cc (right): https://codereview.chromium.org/2890323002/diff/1/ppapi/cpp/input_event.cc#newcode327 ppapi/cpp/input_event.cc:327: if (!has_interface<PPB_TouchInputEvent_1_1>()) ...
3 years, 7 months ago (2017-05-19 22:52:48 UTC) #3
jkwang
https://codereview.chromium.org/2890323002/diff/1/ppapi/cpp/input_event.cc File ppapi/cpp/input_event.cc (right): https://codereview.chromium.org/2890323002/diff/1/ppapi/cpp/input_event.cc#newcode327 ppapi/cpp/input_event.cc:327: if (!has_interface<PPB_TouchInputEvent_1_1>()) On 2017/05/19 22:52:47, bbudge wrote: > use ...
3 years, 7 months ago (2017-05-23 04:07:45 UTC) #4
bbudge
A few more comments, if you can address issues, I'll review again today. https://codereview.chromium.org/2890323002/diff/20001/ppapi/api/ppb_input_event.idl File ...
3 years, 7 months ago (2017-05-23 18:28:47 UTC) #5
jkwang
It turns out I forgot to add interface_name<PPB_TouchInputEvent_1_1>(). 1.1 works just fine and I believe ...
3 years, 7 months ago (2017-05-23 22:07:57 UTC) #6
bbudge
https://codereview.chromium.org/2890323002/diff/40001/ppapi/api/ppb_input_event.idl File ppapi/api/ppb_input_event.idl (right): https://codereview.chromium.org/2890323002/diff/40001/ppapi/api/ppb_input_event.idl#newcode979 ppapi/api/ppb_input_event.idl:979: [version=1.1] You have to create a new version - ...
3 years, 7 months ago (2017-05-24 00:28:31 UTC) #7
jkwang
jochen, It's another part for this design doc sent by tbuckley@. https://docs.google.com/a/google.com/document/d/1YpOR3sSqlzBFv0HFqNqlM9GpStW1jrkHrUJOCmKP0nY/edit?usp=sharing dcheng, Could you ...
3 years, 7 months ago (2017-05-24 17:57:42 UTC) #9
jochen (gone - plz use gerrit)
I agree that this is covered by the design doc, so lgtm on that please ...
3 years, 7 months ago (2017-05-24 19:32:39 UTC) #10
bbudge
lgtm
3 years, 7 months ago (2017-05-25 21:38:52 UTC) #11
dcheng
LGTM with some nits. (The naming/comment nit can be addressed separately--assuming other people feel it ...
3 years, 7 months ago (2017-05-25 21:55:02 UTC) #12
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/2890323002/80001
3 years, 7 months ago (2017-05-25 22:15:22 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/420374)
3 years, 7 months ago (2017-05-25 22:56:02 UTC) #17
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/2890323002/100001
3 years, 7 months ago (2017-05-26 09:19:02 UTC) #20
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 10:22:45 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/424fd27db211d380ddc81f09f0f3...

Powered by Google App Engine
This is Rietveld 408576698