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

Issue 10991038: content-shell: Allow using the mouse the generate touch-events in linux. (Closed)

Created:
8 years, 2 months ago by sadrul
Modified:
8 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

content-shell: Allow using the mouse the generate touch-events in linux. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=158871

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M content/shell/shell_browser_main_parts.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sadrul
8 years, 2 months ago (2012-09-26 14:47:05 UTC) #1
jochen (gone - plz use gerrit)
lgtm https://chromiumcodereview.appspot.com/10991038/diff/1/content/shell/shell_browser_main_parts.cc File content/shell/shell_browser_main_parts.cc (right): https://chromiumcodereview.appspot.com/10991038/diff/1/content/shell/shell_browser_main_parts.cc#newcode86 content/shell/shell_browser_main_parts.cc:86: #if defined(OS_LINUX) && defined(USE_AURA) web_contents_impl uses defined(USE_AURA) && ...
8 years, 2 months ago (2012-09-26 18:41:57 UTC) #2
sadrul
8 years, 2 months ago (2012-09-26 19:45:54 UTC) #3
http://codereview.chromium.org/10991038/diff/1/content/shell/shell_browser_ma...
File content/shell/shell_browser_main_parts.cc (right):

http://codereview.chromium.org/10991038/diff/1/content/shell/shell_browser_ma...
content/shell/shell_browser_main_parts.cc:86: #if defined(OS_LINUX) &&
defined(USE_AURA)
On 2012/09/26 18:41:57, jochen wrote:
> web_contents_impl uses defined(USE_AURA) && defined(USE_X11). I think we
should
> do the same here

Done.

Powered by Google App Engine
This is Rietveld 408576698