diff options
Diffstat (limited to 'WebKit/efl/WebCoreSupport/ContextMenuClientEfl.h')
-rw-r--r-- | WebKit/efl/WebCoreSupport/ContextMenuClientEfl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/efl/WebCoreSupport/ContextMenuClientEfl.h b/WebKit/efl/WebCoreSupport/ContextMenuClientEfl.h index 2c3818c..8a289a1 100644 --- a/WebKit/efl/WebCoreSupport/ContextMenuClientEfl.h +++ b/WebKit/efl/WebCoreSupport/ContextMenuClientEfl.h @@ -50,6 +50,10 @@ class ContextMenuClientEfl : public ContextMenuClient { virtual bool isSpeaking(); virtual void stopSpeaking(); + PlatformMenuDescription createPlatformDescription(ContextMenu*); + void freePlatformDescription(PlatformMenuDescription); + void appendItem(PlatformMenuDescription, ContextMenuItem&); + void show(PlatformMenuDescription menu); private: Evas_Object* m_view; }; |