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

Unified Diff: ash/wm/screen_dimmer.h

Issue 10546024: Add RootWindowController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | « ash/wm/property_util.cc ('k') | ash/wm/screen_dimmer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/screen_dimmer.h
diff --git a/ash/wm/screen_dimmer.h b/ash/wm/screen_dimmer.h
index eeedecc47d020751b23ba40cea84fa9d6799bf3d..daa60ea0c2fbdc3570e297a97730ca8d5aa37369 100644
--- a/ash/wm/screen_dimmer.h
+++ b/ash/wm/screen_dimmer.h
@@ -47,7 +47,7 @@ class ASH_EXPORT ScreenDimmer : public aura::RootWindowObserver {
explicit ScreenDimmer(aura::RootWindow* root_window);
virtual ~ScreenDimmer();
- // Dim or undim the screen.
+ // Dim or undim the root window.
void SetDimming(bool should_dim);
// aura::RootWindowObserver overrides:
« no previous file with comments | « ash/wm/property_util.cc ('k') | ash/wm/screen_dimmer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698