diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/WebUIClient.h')
| -rw-r--r-- | Source/WebKit2/UIProcess/WebUIClient.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/WebUIClient.h b/Source/WebKit2/UIProcess/WebUIClient.h index 28cfb686a..9b52bfd0e 100644 --- a/Source/WebKit2/UIProcess/WebUIClient.h +++ b/Source/WebKit2/UIProcess/WebUIClient.h @@ -48,6 +48,7 @@ class GeolocationPermissionRequestProxy; class NativeWebKeyboardEvent; class NativeWebWheelEvent; class NotificationPermissionRequest; +class WebColorPickerResultListenerProxy; class WebData; class WebFrameProxy; class WebPageProxy; @@ -115,6 +116,11 @@ public: void saveDataToFileInDownloadsFolder(WebPageProxy*, const String& suggestedFilename, const String& mimeType, const String& originatingURLString, WebData*); bool shouldInterruptJavaScript(WebPageProxy*); + +#if ENABLE(INPUT_TYPE_COLOR) + bool showColorPicker(WebPageProxy*, const String&, WebColorPickerResultListenerProxy*); + bool hideColorPicker(WebPageProxy*); +#endif }; } // namespace WebKit |
