| Index: ui/views/controls/webview/webview.h
|
| ===================================================================
|
| --- ui/views/controls/webview/webview.h (revision 171535)
|
| +++ ui/views/controls/webview/webview.h (working copy)
|
| @@ -95,6 +95,13 @@
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
| virtual gfx::NativeViewAccessible GetNativeViewAccessible() OVERRIDE;
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| +#if defined(USE_AURA)
|
| + virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
|
| + virtual void OnDragEntered(const ui::DropTargetEvent& event) OVERRIDE;
|
| + virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
|
| + virtual void OnDragExited() OVERRIDE;
|
| + virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE;
|
| +#endif
|
|
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
|
|