diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-09 18:28:55 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-09 18:28:55 +0000 |
commit | 27e64ed028a384c7c605dc3a68b1d4b87bf6a9a9 (patch) | |
tree | d352db2d3f48ec6f58b89a732bb32e0f0471a95a /webkit/glue/event_conversion.h | |
parent | 16dd53084f02c4857d596a98dbd7f861b9dceb80 (diff) | |
download | chromium_src-27e64ed028a384c7c605dc3a68b1d4b87bf6a9a9.zip chromium_src-27e64ed028a384c7c605dc3a68b1d4b87bf6a9a9.tar.gz chromium_src-27e64ed028a384c7c605dc3a68b1d4b87bf6a9a9.tar.bz2 |
if-def the event conversion code to fit with the ifdefs in WebCore.
Review URL: http://codereview.chromium.org/1846
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/event_conversion.h')
-rw-r--r-- | webkit/glue/event_conversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/event_conversion.h b/webkit/glue/event_conversion.h index 9f00ef2..a8b314e 100644 --- a/webkit/glue/event_conversion.h +++ b/webkit/glue/event_conversion.h @@ -32,7 +32,7 @@ class MakePlatformMouseEvent : public WebCore::PlatformMouseEvent { private: static int last_click_count_; - static long last_click_time_; + static uint32 last_click_time_; }; class MakePlatformWheelEvent : public WebCore::PlatformWheelEvent { |