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

Unified Diff: ash/wm/frame_painter.h

Issue 24108003: [Cleanup] Rename WindowSettings to WindowState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase fix Created 7 years, 3 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/drag_window_resizer.cc ('k') | ash/wm/frame_painter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/frame_painter.h
diff --git a/ash/wm/frame_painter.h b/ash/wm/frame_painter.h
index d7902218ec74f520b92492cec9d9d90f0dbc8c6e..f1fddb1050f1114c94620c2fc68abe9af0082223 100644
--- a/ash/wm/frame_painter.h
+++ b/ash/wm/frame_painter.h
@@ -6,7 +6,7 @@
#define ASH_WM_FRAME_PAINTER_H_
#include "ash/ash_export.h"
-#include "ash/wm/window_settings.h"
+#include "ash/wm/window_state.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h" // OVERRIDE
#include "base/gtest_prod_util.h"
@@ -41,7 +41,7 @@ class FrameCaptionButtonContainerView;
// layout constants for Ash window frames.
class ASH_EXPORT FramePainter : public aura::WindowObserver,
public gfx::AnimationDelegate,
- public wm::WindowSettings::Observer {
+ public wm::WindowState::Observer {
public:
// Opacity values for the window header in various states, from 0 to 255.
static int kActiveWindowOpacity;
« no previous file with comments | « ash/wm/drag_window_resizer.cc ('k') | ash/wm/frame_painter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698