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

Unified Diff: ui/base/android/system_ui_resource_manager.h

Issue 367173003: [Android] Implementation of overscroll effect for Android L (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 6 years, 4 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 | « content/renderer/input/input_handler_proxy_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/android/system_ui_resource_manager.h
diff --git a/ui/base/android/system_ui_resource_manager.h b/ui/base/android/system_ui_resource_manager.h
index 03a112d5363c9293e1310266d5c819527e30a8c2..e1b2edfaf8fc7de86c1a451128bf55cb497a8be3 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() {}
« no previous file with comments | « content/renderer/input/input_handler_proxy_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698