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

Side by Side Diff: ash/aura/wm_window_aura.h

Issue 2239233002: [ash-md] Fades overview header in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Fades overview header in and out (crash fix for non-md path) Created 4 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_AURA_WM_WINDOW_AURA_H_ 5 #ifndef ASH_AURA_WM_WINDOW_AURA_H_
6 #define ASH_AURA_WM_WINDOW_AURA_H_ 6 #define ASH_AURA_WM_WINDOW_AURA_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/common/wm_window.h" 9 #include "ash/common/wm_window.h"
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 gfx::Point ConvertPointToScreen(const gfx::Point& point) const override; 66 gfx::Point ConvertPointToScreen(const gfx::Point& point) const override;
67 gfx::Point ConvertPointFromScreen(const gfx::Point& point) const override; 67 gfx::Point ConvertPointFromScreen(const gfx::Point& point) const override;
68 gfx::Rect ConvertRectToScreen(const gfx::Rect& rect) const override; 68 gfx::Rect ConvertRectToScreen(const gfx::Rect& rect) const override;
69 gfx::Rect ConvertRectFromScreen(const gfx::Rect& rect) const override; 69 gfx::Rect ConvertRectFromScreen(const gfx::Rect& rect) const override;
70 gfx::Size GetMinimumSize() const override; 70 gfx::Size GetMinimumSize() const override;
71 gfx::Size GetMaximumSize() const override; 71 gfx::Size GetMaximumSize() const override;
72 bool GetTargetVisibility() const override; 72 bool GetTargetVisibility() const override;
73 bool IsVisible() const override; 73 bool IsVisible() const override;
74 void SetOpacity(float opacity) override; 74 void SetOpacity(float opacity) override;
75 float GetTargetOpacity() const override; 75 float GetTargetOpacity() const override;
76 gfx::Rect GetMinimizeAnimationTargetBoundsInScreen() const override;
76 void SetTransform(const gfx::Transform& transform) override; 77 void SetTransform(const gfx::Transform& transform) override;
77 gfx::Transform GetTargetTransform() const override; 78 gfx::Transform GetTargetTransform() const override;
78 bool IsSystemModal() const override; 79 bool IsSystemModal() const override;
79 bool GetBoolProperty(WmWindowProperty key) override; 80 bool GetBoolProperty(WmWindowProperty key) override;
80 int GetIntProperty(WmWindowProperty key) override; 81 int GetIntProperty(WmWindowProperty key) override;
81 void SetIntProperty(WmWindowProperty key, int value) override; 82 void SetIntProperty(WmWindowProperty key, int value) override;
82 ShelfItemDetails* GetShelfItemDetails() override; 83 ShelfItemDetails* GetShelfItemDetails() override;
83 void SetShelfItemDetails(const ShelfItemDetails& details) override; 84 void SetShelfItemDetails(const ShelfItemDetails& details) override;
84 void ClearShelfItemDetails() override; 85 void ClearShelfItemDetails() override;
85 const wm::WindowState* GetWindowState() const override; 86 const wm::WindowState* GetWindowState() const override;
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 202
202 bool added_transient_observer_ = false; 203 bool added_transient_observer_ = false;
203 base::ObserverList<WmTransientWindowObserver> transient_observers_; 204 base::ObserverList<WmTransientWindowObserver> transient_observers_;
204 205
205 DISALLOW_COPY_AND_ASSIGN(WmWindowAura); 206 DISALLOW_COPY_AND_ASSIGN(WmWindowAura);
206 }; 207 };
207 208
208 } // namespace ash 209 } // namespace ash
209 210
210 #endif // ASH_AURA_WM_WINDOW_AURA_H_ 211 #endif // ASH_AURA_WM_WINDOW_AURA_H_
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | ash/common/wm/overview/scoped_transform_overview_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698