summaryrefslogtreecommitdiffstats
path: root/ui/base/android/system_ui_resource_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/android/system_ui_resource_manager.h')
-rw-r--r--ui/base/android/system_ui_resource_manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/base/android/system_ui_resource_manager.h b/ui/base/android/system_ui_resource_manager.h
index 03a112d..e1b2edfa 100644
--- a/ui/base/android/system_ui_resource_manager.h
+++ b/ui/base/android/system_ui_resource_manager.h
@@ -16,8 +16,9 @@ class UI_BASE_EXPORT SystemUIResourceManager {
enum ResourceType {
OVERSCROLL_EDGE = 0,
OVERSCROLL_GLOW,
+ OVERSCROLL_GLOW_L,
RESOURCE_TYPE_FIRST = OVERSCROLL_EDGE,
- RESOURCE_TYPE_LAST = OVERSCROLL_GLOW
+ RESOURCE_TYPE_LAST = OVERSCROLL_GLOW_L
};
virtual ~SystemUIResourceManager() {}