Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: remoting/client/plugin/pepper_view_proxy.h

Issue 8985007: Refactoring of the client-side input pipeline and scaling dimension management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698