diff options
Diffstat (limited to 'WebCore/platform/PlatformKeyboardEvent.h')
-rw-r--r-- | WebCore/platform/PlatformKeyboardEvent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/PlatformKeyboardEvent.h b/WebCore/platform/PlatformKeyboardEvent.h index 75922fa..248f399 100644 --- a/WebCore/platform/PlatformKeyboardEvent.h +++ b/WebCore/platform/PlatformKeyboardEvent.h @@ -140,8 +140,7 @@ namespace WebCore { #endif #if PLATFORM(ANDROID) - PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount, - bool down, bool cap, bool alt, bool sym); + PlatformKeyboardEvent(int keyCode, UChar32 unichar, Type type, int repeatCount, ModifierKey modifier); UChar32 unichar() const { return m_unichar; } int repeatCount() const { return m_repeatCount; } #endif |