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

Unified Diff: ash/wm/power_button_controller.h

Issue 9289036: aura: Add Layer::LAYER_SOLID_COLOR to compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update WorkspaceManagerTest Created 8 years, 11 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/image_grid.cc ('k') | ash/wm/power_button_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/power_button_controller.h
diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h
index b25f0a1b1310ef8a487ed6d2d91d9b70e4f11dfb..4ecd4f09a98b8774b9ffa9043a5e07a6eb4c7f0e 100644
--- a/ash/wm/power_button_controller.h
+++ b/ash/wm/power_button_controller.h
@@ -19,7 +19,6 @@ class Size;
namespace ui {
class Layer;
-class LayerDelegate;
}
namespace ash {
@@ -154,8 +153,6 @@ class ASH_EXPORT PowerButtonController : public aura::RootWindowObserver {
virtual void OnRootWindowResized(const gfx::Size& new_size) OVERRIDE;
private:
- class BackgroundLayerDelegate;
-
// Requests that the screen be locked and starts |lock_fail_timer_|.
void OnLockTimeout();
@@ -203,9 +200,6 @@ class ASH_EXPORT PowerButtonController : public aura::RootWindowObserver {
// that misreports power button releases?
bool has_legacy_power_button_;
- // Responsible for painting |background_layer_|.
- scoped_ptr<BackgroundLayerDelegate> background_layer_delegate_;
-
// Layer that's stacked under all of the root window's children to provide a
// black background when we're scaling all of the other windows down.
scoped_ptr<ui::Layer> background_layer_;
« no previous file with comments | « ash/wm/image_grid.cc ('k') | ash/wm/power_button_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698