diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp')
-rw-r--r-- | Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp b/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp index 9fadbeab5..8fbfe73f6 100644 --- a/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp +++ b/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp @@ -39,7 +39,9 @@ #include "WebPageProxy.h" #include "WebPopupMenuProxyGtk.h" #include <WebCore/Cursor.h> +#include <WebCore/EventNames.h> #include <WebCore/GtkUtilities.h> +#include <wtf/text/CString.h> #include <wtf/text/WTFString.h> using namespace WebCore; @@ -156,7 +158,7 @@ void PageClientImpl::setCursorHiddenUntilMouseMoves(bool hiddenUntilMouseMoves) notImplemented(); } -void PageClientImpl::didChangeViewportProperties(const WebCore::ViewportArguments&) +void PageClientImpl::didChangeViewportProperties(const WebCore::ViewportAttributes&) { notImplemented(); } |