diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 19:57:33 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 19:57:33 +0000 |
commit | 8e05a73bdd4ed56455139b0ea9403516dde491c2 (patch) | |
tree | e77a484d51ff2d6f5cc317d539a239d4251a1815 /ash/wm/frame_painter.cc | |
parent | e71e4bb1f095d308cb086e561014071089d7d415 (diff) | |
download | chromium_src-8e05a73bdd4ed56455139b0ea9403516dde491c2.zip chromium_src-8e05a73bdd4ed56455139b0ea9403516dde491c2.tar.gz chromium_src-8e05a73bdd4ed56455139b0ea9403516dde491c2.tar.bz2 |
add ash_resources.grd and necessary changes to use images in ash/resources
BUG=146034
TEST=none
Review URL: https://codereview.chromium.org/10905242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/frame_painter.cc')
-rw-r--r-- | ash/wm/frame_painter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc index 01f3a80..89a0ed73 100644 --- a/ash/wm/frame_painter.cc +++ b/ash/wm/frame_painter.cc @@ -11,7 +11,7 @@ #include "ash/wm/window_util.h" #include "ash/wm/workspace_controller.h" #include "base/logging.h" // DCHECK -#include "grit/ui_resources.h" +#include "grit/ash_resources.h" #include "third_party/skia/include/core/SkCanvas.h" #include "third_party/skia/include/core/SkColor.h" #include "third_party/skia/include/core/SkPaint.h" |