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

Unified Diff: ash/wm/maximize_mode/internal_input_device_list.h

Issue 313913004: Block internal PlatformEvents before they are dispatched in touchview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove obsolete comment and unnecessary includes. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/maximize_mode/internal_input_device_list_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/maximize_mode/internal_input_device_list.h
diff --git a/ash/wm/maximize_mode/internal_input_device_list.h b/ash/wm/maximize_mode/internal_input_device_list.h
index ab8c86bcbc468654c63072fce95905b8049e961d..22cac0929ce80f4041db022f28bf59eb3ff612b1 100644
--- a/ash/wm/maximize_mode/internal_input_device_list.h
+++ b/ash/wm/maximize_mode/internal_input_device_list.h
@@ -7,6 +7,7 @@
#include "ash/ash_export.h"
#include "base/macros.h"
+#include "ui/events/platform/platform_event_types.h"
namespace ui {
class Event;
bruthig 2014/06/04 19:16:04 Is this forward declaration needed any more?
@@ -21,7 +22,7 @@ class ASH_EXPORT InternalInputDeviceList {
InternalInputDeviceList() {}
virtual ~InternalInputDeviceList() {}
- virtual bool IsEventFromInternalDevice(const ui::Event* event) = 0;
+ virtual bool IsEventFromInternalDevice(const ui::PlatformEvent& event) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(InternalInputDeviceList);
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/maximize_mode/internal_input_device_list_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698