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

Issue 11534024: Check whether a touch point hits touch event handler regions in root layer (Closed)

Created:
8 years ago by Yusuf
Modified:
8 years ago
Reviewers:
jamesr
CC:
chromium-reviews, cc-bugs_chromium.org, leviw_travelin_and_unemployed
Visibility:
Public.

Description

Check whether a touch point hits touch event handler regions in root layer Instead of doing one search over the render surface layer list, find the layer that the points hits first and then walk up the layer hierarchy testing for a hit in touch event handler regions. This enables us to use one touch event handlere region in the root layer. BUG=135818 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172778

Patch Set 1 #

Patch Set 2 : Removed extra qualification #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -13 lines) Patch
M cc/layer_tree_host_common.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layer_tree_host_common.cc View 2 chunks +16 lines, -10 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yusuf
8 years ago (2012-12-11 22:30:05 UTC) #1
jamesr
lgtm
8 years ago (2012-12-11 22:45:44 UTC) #2
Yusuf
8 years ago (2012-12-12 22:30:35 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusufo@chromium.org/11534024/2001
8 years ago (2012-12-12 22:31:04 UTC) #4
commit-bot: I haz the power
8 years ago (2012-12-13 02:19:06 UTC) #5
Message was sent while issue was closed.
Change committed as 172778

Powered by Google App Engine
This is Rietveld 408576698