mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Update due to underlying chromium changes.
- WebKit API upstreamed requiring header include path changes. - AppCache, Database and ResourceLoader updates. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@65 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
#include "browser_drag_delegate.h"
|
||||
|
||||
#include "webkit/api/public/WebPoint.h"
|
||||
#include "webkit/api/public/WebView.h"
|
||||
#include "third_party/WebKit/WebKit/chromium/public/WebPoint.h"
|
||||
#include "third_party/WebKit/WebKit/chromium/public/WebView.h"
|
||||
|
||||
using WebKit::WebPoint;
|
||||
using WebKit::WebView;
|
||||
@@ -40,10 +40,3 @@ void BrowserDragDelegate::OnDragSourceDrop() {
|
||||
webview_->dragSourceEndedAt(client, screen, WebKit::WebDragOperationCopy);
|
||||
// TODO(snej): Pass the real drag operation instead
|
||||
}
|
||||
|
||||
void BrowserDragDelegate::OnDragSourceMove() {
|
||||
gfx::Point client;
|
||||
gfx::Point screen;
|
||||
GetCursorPositions(source_hwnd_, &client, &screen);
|
||||
webview_->dragSourceMovedTo(client, screen);
|
||||
}
|
||||
|
Reference in New Issue
Block a user