Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / desktop_background / wallpaper_resizer.h
index fadfb44..989dbdb 100644 (file)
@@ -40,6 +40,8 @@ class ASH_EXPORT WallpaperResizer {
   uint32_t original_image_id() const { return original_image_id_; }
   WallpaperLayout layout() const { return layout_; }
 
+  int resource_id() const { return resource_id_; }
+
   // Called on the UI thread to run Resize() on the worker pool and post an
   // OnResizeFinished() task back to the UI thread on completion.
   void StartResize();
@@ -63,6 +65,9 @@ class ASH_EXPORT WallpaperResizer {
   // Unique identifier corresponding to the original (i.e. pre-resize) |image_|.
   uint32_t original_image_id_;
 
+  // kInvalidResourceID if image was not obtained from resources.
+  const int resource_id_;
+
   gfx::Size target_size_;
 
   WallpaperLayout layout_;