| Index: remoting/host/capturer_fake.h
|
| diff --git a/remoting/host/capturer_fake.h b/remoting/host/capturer_fake.h
|
| index 252fd40495a43667158ae4654e90ffa928a3b7c5..ba74a983ad714d37ca9626795a21c5daf5cc688d 100644
|
| --- a/remoting/host/capturer_fake.h
|
| +++ b/remoting/host/capturer_fake.h
|
| @@ -27,8 +27,8 @@ class CapturerFake : public Capturer {
|
| virtual void InvalidateRegion(const SkRegion& invalid_region) OVERRIDE;
|
| virtual void InvalidateScreen(const SkISize& size) OVERRIDE;
|
| virtual void InvalidateFullScreen() OVERRIDE;
|
| - virtual void CaptureInvalidRegion(CaptureCompletedCallback* callback)
|
| - OVERRIDE;
|
| + virtual void CaptureInvalidRegion(
|
| + const CaptureCompletedCallback& callback) OVERRIDE;
|
| virtual const SkISize& size_most_recent() const OVERRIDE;
|
|
|
| private:
|
|
|