Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2776)

Unified Diff: ash/wm/common/dock/docked_window_layout_manager.cc

Issue 1994993003: Moves resources used by ash/wm/common to ash/wm/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: repack chrome Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/wm/common/dock/docked_window_layout_manager.cc
diff --git a/ash/wm/common/dock/docked_window_layout_manager.cc b/ash/wm/common/dock/docked_window_layout_manager.cc
index 9a9434492baa15438cfb2c6c040ff87b2d66e828..84a87160b69917fb655ea6a0d4950d59a8a79be5 100644
--- a/ash/wm/common/dock/docked_window_layout_manager.cc
+++ b/ash/wm/common/dock/docked_window_layout_manager.cc
@@ -18,7 +18,7 @@
#include "ash/wm/common/wm_window.h"
#include "base/auto_reset.h"
#include "base/metrics/histogram.h"
-#include "grit/ash_resources.h"
+#include "grit/ash_wm_common_resources.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkPaint.h"
#include "ui/base/resource/resource_bundle.h"
@@ -143,7 +143,7 @@ class DockedBackgroundWidget : public views::Widget,
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
gfx::ImageSkia shelf_background =
- *rb.GetImageSkiaNamed(IDR_ASH_SHELF_BACKGROUND);
+ *rb.GetImageSkiaNamed(IDR_ASH_WM_COMMON_SHELF_BACKGROUND);
shelf_background_left_ = gfx::ImageSkiaOperations::CreateRotatedImage(
shelf_background, SkBitmapOperations::ROTATION_90_CW);
shelf_background_right_ = gfx::ImageSkiaOperations::CreateRotatedImage(

Powered by Google App Engine
This is Rietveld 408576698