summaryrefslogtreecommitdiffstats
path: root/remoting/host/capturer.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/capturer.h')
-rw-r--r--remoting/host/capturer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/host/capturer.h b/remoting/host/capturer.h
index 1282ebe..a769abc 100644
--- a/remoting/host/capturer.h
+++ b/remoting/host/capturer.h
@@ -114,6 +114,10 @@ class Capturer {
void FinishCapture(scoped_refptr<CaptureData> data,
CaptureCompletedCallback* callback);
+ // Called by subclasses' CalculateInvalidRects() method to check if
+ // InvalidateFullScreen() was called by user.
+ bool IsCaptureFullScreen();
+
// Number of screen buffers.
static const int kNumBuffers = 2;