| Index: remoting/client/plugin/pepper_view_proxy.h
|
| diff --git a/remoting/client/plugin/pepper_view_proxy.h b/remoting/client/plugin/pepper_view_proxy.h
|
| index b76da598168cf69d5df1e8d399f937219342beb8..cf2d3a7dadc280d7c279228f47c2af9375970519 100644
|
| --- a/remoting/client/plugin/pepper_view_proxy.h
|
| +++ b/remoting/client/plugin/pepper_view_proxy.h
|
| @@ -45,11 +45,6 @@ class PepperViewProxy : public base::RefCountedThreadSafe<PepperViewProxy>,
|
| protocol::ConnectionToHost::State state,
|
| protocol::ConnectionToHost::Error error) OVERRIDE;
|
|
|
| - // This method returns a value, so must run synchronously, so must be
|
| - // called only on the pepper thread.
|
| - virtual double GetHorizontalScaleRatio() const OVERRIDE;
|
| - virtual double GetVerticalScaleRatio() const OVERRIDE;
|
| -
|
| // FrameConsumer implementation.
|
| virtual void AllocateFrame(media::VideoFrame::Format format,
|
| const SkISize& size,
|
|
|