summaryrefslogtreecommitdiffstats
path: root/ash/screenshot_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/screenshot_delegate.h')
-rw-r--r--ash/screenshot_delegate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/screenshot_delegate.h b/ash/screenshot_delegate.h
index 51a74db..fe194e8 100644
--- a/ash/screenshot_delegate.h
+++ b/ash/screenshot_delegate.h
@@ -29,6 +29,9 @@ class ScreenshotDelegate {
// window.
virtual void HandleTakePartialScreenshot(
aura::Window* window, const gfx::Rect& rect) = 0;
+
+ // Returns true if the system is ready to take screenshot.
+ virtual bool CanTakeScreenshot() = 0;
};
} // namespace ash