diff options
-rw-r--r-- | DEPS | 8 | ||||
-rw-r--r-- | WEBKIT_MERGE_REVISION | 2 | ||||
-rw-r--r-- | webkit/port/page/chromium/DragControllerChromium.cpp | 4 |
3 files changed, 9 insertions, 5 deletions
@@ -12,7 +12,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@63", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@6342", + "/trunk/deps/third_party/WebKit@6360", "src/third_party/icu38": "/trunk/deps/third_party/icu38@5827", @@ -21,13 +21,13 @@ deps = { "http://v8.googlecode.com/svn/trunk@911", "src/webkit/data/layout_tests/LayoutTests": - "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@38800", + "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@38850", "src/third_party/WebKit/WebKit": - "http://svn.webkit.org/repository/webkit/trunk/WebKit@38800", + "http://svn.webkit.org/repository/webkit/trunk/WebKit@38850", "src/third_party/WebKit/WebKitLibraries": - "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@38800", + "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@38850", } diff --git a/WEBKIT_MERGE_REVISION b/WEBKIT_MERGE_REVISION index 6575779..9ce7512 100644 --- a/WEBKIT_MERGE_REVISION +++ b/WEBKIT_MERGE_REVISION @@ -1 +1 @@ -http://svn.webkit.org/repository/webkit/trunk@38800
\ No newline at end of file +http://svn.webkit.org/repository/webkit/trunk@38850
\ No newline at end of file diff --git a/webkit/port/page/chromium/DragControllerChromium.cpp b/webkit/port/page/chromium/DragControllerChromium.cpp index 23ad070..7642ea3 100644 --- a/webkit/port/page/chromium/DragControllerChromium.cpp +++ b/webkit/port/page/chromium/DragControllerChromium.cpp @@ -70,4 +70,8 @@ const IntSize& DragController::maxDragImageSize() return maxDragImageSize; } +void DragController::cleanupAfterSystemDrag() +{ +} + } |