Index: remoting/client/plugin/pepper_view_proxy.cc |
diff --git a/remoting/client/plugin/pepper_view_proxy.cc b/remoting/client/plugin/pepper_view_proxy.cc |
index 189602fafd91336630fe3658920182e7b101cff0..2fdcb880bb0d41dd63481f0d359e00e2171b66ce 100644 |
--- a/remoting/client/plugin/pepper_view_proxy.cc |
+++ b/remoting/client/plugin/pepper_view_proxy.cc |
@@ -84,26 +84,6 @@ void PepperViewProxy::SetConnectionState( |
view_->SetConnectionState(state, error); |
} |
-double PepperViewProxy::GetHorizontalScaleRatio() const { |
- // This method returns a value, so must run synchronously, so must be |
- // called only on the pepper thread. |
- DCHECK(plugin_message_loop_->BelongsToCurrentThread()); |
- |
- if (view_) |
- return view_->GetHorizontalScaleRatio(); |
- return 1.0; |
-} |
- |
-double PepperViewProxy::GetVerticalScaleRatio() const { |
- // This method returns a value, so must run synchronously, so must be |
- // called only on the pepper thread. |
- DCHECK(plugin_message_loop_->BelongsToCurrentThread()); |
- |
- if (view_) |
- return view_->GetVerticalScaleRatio(); |
- return 1.0; |
-} |
- |
void PepperViewProxy::AllocateFrame( |
media::VideoFrame::Format format, |
const SkISize& size, |