mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 165669.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@902 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -38,7 +38,7 @@ class BrowserDragDelegate
|
||||
void StartDragging(const WebDropData& drop_data,
|
||||
WebKit::WebDragOperationsMask ops,
|
||||
const SkBitmap& image,
|
||||
const gfx::Point& image_offset);
|
||||
const gfx::Vector2d& image_offset);
|
||||
void CancelDrag();
|
||||
|
||||
// DataObjectImpl::Observer implementation.
|
||||
@@ -61,7 +61,7 @@ class BrowserDragDelegate
|
||||
const GURL& page_url,
|
||||
const std::string& page_encoding,
|
||||
const SkBitmap& image,
|
||||
const gfx::Point& image_offset);
|
||||
const gfx::Vector2d& image_offset);
|
||||
|
||||
// Called on drag-and-drop thread.
|
||||
void StartBackgroundDragging(const WebDropData& drop_data,
|
||||
@@ -69,7 +69,7 @@ class BrowserDragDelegate
|
||||
const GURL& page_url,
|
||||
const std::string& page_encoding,
|
||||
const SkBitmap& image,
|
||||
const gfx::Point& image_offset);
|
||||
const gfx::Vector2d& image_offset);
|
||||
// Called on UI thread.
|
||||
void EndDragging();
|
||||
void CloseThread();
|
||||
|
Reference in New Issue
Block a user