| Index: ash/screenshot_delegate.h
|
| diff --git a/ash/screenshot_delegate.h b/ash/screenshot_delegate.h
|
| index fe194e8a792d599b0435ea62d3dc862362f5a89f..9e7af06134f0aa907e0aa3d61c156831c320e7d7 100644
|
| --- a/ash/screenshot_delegate.h
|
| +++ b/ash/screenshot_delegate.h
|
| @@ -20,10 +20,9 @@ class ScreenshotDelegate {
|
| public:
|
| virtual ~ScreenshotDelegate() {}
|
|
|
| - // The actual task of taking a screenshot for the given window.
|
| - // This method is called when the user wants to take a screenshot
|
| - // manually.
|
| - virtual void HandleTakeScreenshot(aura::Window* window) = 0;
|
| + // The actual task of taking a screenshot for each root window.
|
| + // This method is called when the user wants to take a screenshot manually.
|
| + virtual void HandleTakeScreenshotForAllRootWindows() = 0;
|
|
|
| // The actual task of taking a partial screenshot for the given
|
| // window.
|
|
|