| Index: remoting/client/frame_producer.h
|
| diff --git a/remoting/client/frame_producer.h b/remoting/client/frame_producer.h
|
| index aa7e63de17d6eec57054ff704d06a67d3a2aacd3..2776eb7243cabcff90624367101bd2fa1fb3e646 100644
|
| --- a/remoting/client/frame_producer.h
|
| +++ b/remoting/client/frame_producer.h
|
| @@ -42,9 +42,6 @@ class FrameProducer {
|
| virtual void SetOutputSizeAndClip(const webrtc::DesktopSize& view_size,
|
| const webrtc::DesktopRect& clip_area) = 0;
|
|
|
| - // Returns a reference to the shape of the most recently drawn buffer.
|
| - virtual const webrtc::DesktopRegion* GetBufferShape() = 0;
|
| -
|
| protected:
|
| virtual ~FrameProducer() {}
|
|
|
|
|