diff options
author | maniscalco <maniscalco@chromium.org> | 2016-02-04 15:09:02 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-04 23:10:07 +0000 |
commit | e05251ef444f867391fa93c021e3a679276da618 (patch) | |
tree | 5a6925b49ce92b3aa01ce89bfb33772343784a16 /ui/gfx | |
parent | 9b531aeaf62de8039f6829a211be5cb5be86eb15 (diff) | |
download | chromium_src-e05251ef444f867391fa93c021e3a679276da618.zip chromium_src-e05251ef444f867391fa93c021e3a679276da618.tar.gz chromium_src-e05251ef444f867391fa93c021e3a679276da618.tar.bz2 |
Eliminate casting WebInputEvent by using WebGestureEvent instead.
By using WebGestureEvent we can avoid down casting from the base type
(WebInputEvent), which is unsafe.
Rename some methods (FooWebInputEvent -> FooWebGestureEvent).
Remove the (now) unnecessary copying of web_gesture in
BlimpInputManager::OnGestureEvent and no longer pass across threads
using socped_ptr.
Remove some calls to std::move in return statements as it prevents an
optimization and generates a compiler warning.
Reformatted with git cl format.
BUG=577362,583722
Review URL: https://codereview.chromium.org/1662003004
Cr-Commit-Position: refs/heads/master@{#373649}
Diffstat (limited to 'ui/gfx')
0 files changed, 0 insertions, 0 deletions