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

Unified Diff: ui/android/resources/resource.h

Issue 2752693003: chrome/android: Update toolbar drawing in native. (Closed)
Patch Set: .. Created 3 years, 9 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
« no previous file with comments | « ui/android/resources/nine_patch_resource.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/resources/resource.h
diff --git a/ui/android/resources/resource.h b/ui/android/resources/resource.h
index a30f128f58f363cecc252d787a9f07456c5adb34..ac75b31b87ef7ba661892ab8abdccefd3563a1ec 100644
--- a/ui/android/resources/resource.h
+++ b/ui/android/resources/resource.h
@@ -14,7 +14,7 @@ namespace ui {
class UI_ANDROID_EXPORT Resource {
public:
- enum class Type { BITMAP, NINE_PATCH_BITMAP };
+ enum class Type { BITMAP, NINE_PATCH_BITMAP, TOOLBAR };
Resource();
virtual ~Resource();
« no previous file with comments | « ui/android/resources/nine_patch_resource.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698