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; |