Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / base / dragdrop / drag_utils_win.cc
index 0bed7ea..ebb4c7e 100644 (file)
@@ -72,13 +72,11 @@ void SetDragImageOnDataObject(const gfx::ImageSkia& image_skia,
         ui::OSExchangeDataProviderWin::GetIDataObject(*data_object));
   }
 
-#if defined(USE_AURA)
   // TODO: the above code is used in non-Ash, while below is used in Ash. If we
   // could figure this context out then we wouldn't do unnecessary work. However
   // as it stands getting this information in ui/base would be a layering
   // violation.
   data_object->provider().SetDragImage(image_skia, cursor_offset);
-#endif
 }
 
 }  // namespace drag_utils