Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / base / dragdrop / os_exchange_data_provider_win.h
index ffe37e7..a89deb2 100644 (file)
@@ -181,22 +181,18 @@ class UI_BASE_EXPORT OSExchangeDataProviderWin
       const OSExchangeData::CustomFormat& format) const;
   virtual void SetDownloadFileInfo(
       const OSExchangeData::DownloadFileInfo& download_info);
-#if defined(USE_AURA)
   virtual void SetDragImage(const gfx::ImageSkia& image,
                             const gfx::Vector2d& cursor_offset) OVERRIDE;
   virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
   virtual const gfx::Vector2d& GetDragImageOffset() const OVERRIDE;
-#endif
 
  private:
   scoped_refptr<DataObjectImpl> data_;
   base::win::ScopedComPtr<IDataObject> source_object_;
 
-#if defined(USE_AURA)
   // Drag image and offset data. Only used for Ash.
   gfx::ImageSkia drag_image_;
   gfx::Vector2d drag_image_offset_;
-#endif
 
   DISALLOW_COPY_AND_ASSIGN(OSExchangeDataProviderWin);
 };