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

Unified Diff: trunk/src/ash/wm/partial_screenshot_view.h

Issue 59153004: Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/ash/wm/partial_screenshot_view.h
===================================================================
--- trunk/src/ash/wm/partial_screenshot_view.h (revision 233812)
+++ trunk/src/ash/wm/partial_screenshot_view.h (working copy)
@@ -13,6 +13,10 @@
#include "ui/gfx/point.h"
#include "ui/views/widget/widget_delegate.h"
+namespace aura {
+class RootWindow;
+}
+
namespace ash {
class ScreenshotDelegate;
@@ -38,7 +42,7 @@
virtual ~PartialScreenshotView();
// Initializes partial screenshot UI widget for |root_window|.
- void Init(aura::Window* root_window);
+ void Init(aura::RootWindow* root_window);
// Returns the currently selected region.
gfx::Rect GetScreenshotRect() const;
« no previous file with comments | « trunk/src/ash/wm/panels/panel_window_resizer_unittest.cc ('k') | trunk/src/ash/wm/partial_screenshot_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698