| Index: ash/screenshot_delegate.h
|
| diff --git a/ash/screenshot_delegate.h b/ash/screenshot_delegate.h
|
| index 14217e384018f3eb5f8126e7edc06b9fbb3dd1d4..93b1e082ebb6a07ca89ad95f4cda1d8316612231 100644
|
| --- a/ash/screenshot_delegate.h
|
| +++ b/ash/screenshot_delegate.h
|
| @@ -26,8 +26,8 @@ class ScreenshotDelegate {
|
|
|
| // The actual task of taking a partial screenshot for the given
|
| // window.
|
| - virtual void HandleTakePartialScreenshot(
|
| - aura::Window* window, const gfx::Rect& rect) = 0;
|
| + virtual void HandleTakePartialScreenshot(aura::Window* window,
|
| + const gfx::Rect& rect) = 0;
|
|
|
| // The actual task of taking screenshot for the given window.
|
| virtual void HandleTakeWindowScreenshot(aura::Window* window) = 0;
|
|
|