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

Unified Diff: ash/wm/partial_screenshot_view.h

Issue 64933002: Eliminate Shell::RootWindowList in favor of aura::Window::Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/partial_screenshot_view.h
diff --git a/ash/wm/partial_screenshot_view.h b/ash/wm/partial_screenshot_view.h
index 85b9f81f28bbdbe42582d4a1634b0c34e147072b..8d799e3132b428fbcd49107994e5cc1aa2c01520 100644
--- a/ash/wm/partial_screenshot_view.h
+++ b/ash/wm/partial_screenshot_view.h
@@ -13,10 +13,6 @@
#include "ui/gfx/point.h"
#include "ui/views/widget/widget_delegate.h"
-namespace aura {
-class RootWindow;
-}
-
namespace ash {
class ScreenshotDelegate;
@@ -42,7 +38,7 @@ class ASH_EXPORT PartialScreenshotView : public views::WidgetDelegateView {
virtual ~PartialScreenshotView();
// Initializes partial screenshot UI widget for |root_window|.
- void Init(aura::RootWindow* root_window);
+ void Init(aura::Window* root_window);
// Returns the currently selected region.
gfx::Rect GetScreenshotRect() const;

Powered by Google App Engine
This is Rietveld 408576698