| Index: ui/events/platform/platform_event_utils.h
|
| diff --git a/ui/events/platform/platform_event_utils.h b/ui/events/platform/platform_event_utils.h
|
| index 21a975e1ca445fd8bc40a7eb03a8372d7a050b65..7013991180c1e20c3d9df44f1221dc3bec071567 100644
|
| --- a/ui/events/platform/platform_event_utils.h
|
| +++ b/ui/events/platform/platform_event_utils.h
|
| @@ -15,10 +15,6 @@
|
| #include "ui/gfx/display.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include <windows.h>
|
| -#endif
|
| -
|
| namespace gfx {
|
| class Point;
|
| class Vector2d;
|
| @@ -132,18 +128,6 @@ EVENTS_EXPORT bool GetScrollOffsets(const base::NativeEvent& native_event,
|
| float* y_offset_ordinal,
|
| int* finger_count);
|
|
|
| -#if defined(OS_WIN)
|
| -// Returns true if |message| identifies a mouse event that was generated as the
|
| -// result of a touch event.
|
| -EVENTS_EXPORT bool IsMouseEventFromTouch(UINT message);
|
| -
|
| -// Converts scan code and lParam each other. The scan code
|
| -// representing an extended key contains 0xE000 bits.
|
| -EVENTS_EXPORT uint16 GetScanCodeFromLParam(LPARAM lParam);
|
| -EVENTS_EXPORT LPARAM GetLParamFromScanCode(uint16 scan_code);
|
| -
|
| -#endif
|
| -
|
| } // namespace ui
|
|
|
| #endif // UI_EVENTS_PLATFORM_PLATFORM_EVENT_UTILS_H_
|
|
|