Index: remoting/client/chromoting_view.h |
diff --git a/remoting/client/chromoting_view.h b/remoting/client/chromoting_view.h |
index 0a8c721d801819d37782630a1ba0c930452af951..c6269e7b701b21553f580ff5ef2bff8151faeea9 100644 |
--- a/remoting/client/chromoting_view.h |
+++ b/remoting/client/chromoting_view.h |
@@ -73,10 +73,6 @@ class ChromotingView { |
// extends past the end of the backing store, it is filled with black. |
virtual void SetViewport(int x, int y, int width, int height) = 0; |
- // Converts screen co-ordinates to host co-ordinates, and clips to the host |
- // screen. |
- virtual gfx::Point ConvertScreenToHost(const gfx::Point& p) const = 0; |
Wez
2011/07/20 00:58:35
Isn't this view-to-host coordinate conversion, rat
garykac
2011/07/20 18:55:28
I think so, but the term screen is used through th
|
- |
protected: |
// Framebuffer for the decoder. |
scoped_refptr<media::VideoFrame> frame_; |