From 3749d61e1f7a59f5ec5067e560af1eb610c82015 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sun, 12 Aug 2012 09:27:39 +0200 Subject: Imported WebKit commit a77350243e054f3460d1137301d8b3faee3d2052 (http://svn.webkit.org/repository/webkit/trunk@125365) New snapshot with build fixes for latest API changes in Qt and all WK1 Win MSVC fixes upstream --- Source/WebKit/chromium/public/WebDocument.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/WebKit/chromium/public/WebDocument.h') diff --git a/Source/WebKit/chromium/public/WebDocument.h b/Source/WebKit/chromium/public/WebDocument.h index f2296b7ee..e0c444250 100644 --- a/Source/WebKit/chromium/public/WebDocument.h +++ b/Source/WebKit/chromium/public/WebDocument.h @@ -31,6 +31,7 @@ #ifndef WebDocument_h #define WebDocument_h +#include "WebDraggableRegion.h" #include "WebNode.h" #include "WebSecurityOrigin.h" #include "platform/WebReferrerPolicy.h" @@ -104,6 +105,7 @@ public: WEBKIT_EXPORT WebElement fullScreenElement() const; WEBKIT_EXPORT WebDOMEvent createEvent(const WebString& eventType); WEBKIT_EXPORT WebReferrerPolicy referrerPolicy() const; + WEBKIT_EXPORT WebElement createElement(const WebString& tagName); // Accessibility support. These methods should only be called on the // top-level document, because one accessibility cache spans all of @@ -120,6 +122,8 @@ public: // WebView. WEBKIT_EXPORT void insertUserStyleSheet(const WebString& sourceCode, UserStyleLevel); + WEBKIT_EXPORT WebVector draggableRegions() const; + #if WEBKIT_IMPLEMENTATION WebDocument(const WTF::PassRefPtr&); WebDocument& operator=(const WTF::PassRefPtr&); -- cgit v1.2.1