| Index: remoting/host/capturer.h
|
| diff --git a/remoting/host/capturer.h b/remoting/host/capturer.h
|
| index 481b1f3b9d17b5b629b0c173adc016b13230f05c..184a25087924ca723a2b4e03e08212bee2acd83c 100644
|
| --- a/remoting/host/capturer.h
|
| +++ b/remoting/host/capturer.h
|
| @@ -83,6 +83,8 @@ class Capturer {
|
| // method is called.
|
| virtual void CaptureInvalidRects(CaptureCompletedCallback* callback);
|
|
|
| + static Capturer* Create(MessageLoop* message_loop);
|
| +
|
| protected:
|
| // Update the list of |invalid_rects| to prepare for capturing the
|
| // screen data.
|
|
|