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

Unified Diff: ui/views/controls/button/border_images.h

Issue 11341049: views: Rename IDR_INFOBARBUTTON_<POSITION>_<STATE> to IDR_INFOBARBUTTON_<STATE>_<POSITION>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add blank line Created 8 years, 2 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: ui/views/controls/button/border_images.h
diff --git a/ui/views/controls/button/border_images.h b/ui/views/controls/button/border_images.h
index 517a8cb388d94ace29c14b1be481494c7940abd5..17b9fb6979a62572392f568e9d4bf786c1cad0d5 100644
--- a/ui/views/controls/button/border_images.h
+++ b/ui/views/controls/button/border_images.h
@@ -8,6 +8,10 @@
#include "ui/gfx/image/image_skia.h"
#include "ui/views/views_export.h"
+#define BORDER_IMAGES(x) x ## _TOP_LEFT, x ## _TOP, x ## _TOP_RIGHT, \
+ x ## _LEFT, x ## _CENTER, x ## _RIGHT, \
+ x ## _BOTTOM_LEFT, x ## _BOTTOM, x ## _BOTTOM_RIGHT,
+
namespace gfx {
class Canvas;
class Rect;
« no previous file with comments | « chrome/browser/ui/views/infobars/infobar_button_border.cc ('k') | ui/views/controls/button/border_images.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698