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

Issue 11565022: Add API to route end of fling messages from WebLayerTreeView to InputHandler (Closed)

Created:
8 years ago by Yusuf
Modified:
8 years ago
Reviewers:
jamesr, jamesr1
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org, aelias_OOO_until_Jul13, rjkroege, klobag.chromium
Visibility:
Public.

Description

Add API to route end of fling messages from WebLayerTreeView to InputHandler This API will be used by WebViewImpl to send end of fling messages to the compositor. Then the compositor will only send flingCancels if there is a main thread fling. This flingCancels when unnecessarily sent are causing a lot of input lag when main thread is blocked. BUG=162767 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173492

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed nits #

Patch Set 3 : Renamed the WebLayerTreeView and LayerTreeHost API to didStopFlinging #

Patch Set 4 : Add call to fake_proxy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M cc/input_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layer_tree_host.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/layer_tree_host.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M cc/proxy.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/single_thread_proxy.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_proxy.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M cc/thread_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/thread_proxy.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_impl.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/compositor_bindings/web_to_ccinput_handler_adapter.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Yusuf
I will also be uploading the WebKit change that makes use of the added API.
8 years ago (2012-12-13 21:31:22 UTC) #1
jamesr
lgtm % nits I'd really like this routing to be easier https://codereview.chromium.org/11565022/diff/1/cc/single_thread_proxy.h File cc/single_thread_proxy.h (right): ...
8 years ago (2012-12-13 21:39:05 UTC) #2
jamesr1
On Thu, Dec 13, 2012 at 1:39 PM, <jamesr@chromium.org> wrote: > lgtm % nits > ...
8 years ago (2012-12-13 21:39:45 UTC) #3
Yusuf
On 2012/12/13 21:39:45, jamesr1 wrote: > On Thu, Dec 13, 2012 at 1:39 PM, <mailto:jamesr@chromium.org> ...
8 years ago (2012-12-13 22:00:47 UTC) #4
Yusuf
Done. On 2012/12/13 21:39:05, jamesr wrote: > lgtm % nits > > I'd really like ...
8 years ago (2012-12-13 22:01:01 UTC) #5
Yusuf
WebKit side change https://bugs.webkit.org/show_bug.cgi?id=104947
8 years ago (2012-12-13 22:02:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusufo@chromium.org/11565022/11001
8 years ago (2012-12-16 07:23:47 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-12-16 07:41:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusufo@chromium.org/11565022/11001
8 years ago (2012-12-16 20:12:16 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-12-16 20:21:05 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusufo@chromium.org/11565022/11001
8 years ago (2012-12-17 15:10:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusufo@chromium.org/11565022/11001
8 years ago (2012-12-17 18:23:30 UTC) #12
commit-bot: I haz the power
8 years ago (2012-12-17 18:23:56 UTC) #13
Message was sent while issue was closed.
Change committed as 173492

Powered by Google App Engine
This is Rietveld 408576698