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

Unified Diff: ash/wm/power_button_controller.h

Issue 10909008: Improve existing lock transition - remove black splash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +comment Created 8 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
Index: ash/wm/power_button_controller.h
diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h
index eee5f1cd9ee832ca9cd4509402e9f008eeddec70..9150d41d3cd8835117148e6d205ac0d3ab569700 100644
--- a/ash/wm/power_button_controller.h
+++ b/ash/wm/power_button_controller.h
@@ -57,7 +57,7 @@ class ASH_EXPORT PowerButtonController : public aura::RootWindowObserver,
// Exposed here for TestApi::ContainerGroupIsAnimated().
enum ContainerGroup {
ALL_CONTAINERS = 0,
- SCREEN_LOCKER_CONTAINERS,
+ SCREEN_LOCKER_CONTAINERS_EXCEPT_WALLPAPER,
Daniel Erat 2012/08/30 16:04:53 I find this confusing. The containers that each e
Nikita (slow) 2012/08/30 17:04:51 Are you proposing to abandon those predefined grou
Daniel Erat 2012/08/30 17:08:43 Yes, if the concepts of which containers each grou
Denis Kuznetsov (DE-MUC) 2012/08/30 17:15:04 I think exclusion-based name like "non-something"
Nikita (slow) 2012/09/03 14:50:59 Done.
SCREEN_LOCKER_AND_RELATED_CONTAINERS,
ALL_BUT_SCREEN_LOCKER_AND_RELATED_CONTAINERS,
};

Powered by Google App Engine
This is Rietveld 408576698