diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 20:21:37 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 20:21:37 +0000 |
commit | 7601f5371f4ae7f7598cc3b485450e032fa0f5e9 (patch) | |
tree | 21913ebe52c51891cee35d1e2102d914e8081990 /remoting/client/chromoting_view.h | |
parent | 6cd410a1ebdebd4c7a1ff353d1baeaef1462db5e (diff) | |
download | chromium_src-7601f5371f4ae7f7598cc3b485450e032fa0f5e9.zip chromium_src-7601f5371f4ae7f7598cc3b485450e032fa0f5e9.tar.gz chromium_src-7601f5371f4ae7f7598cc3b485450e032fa0f5e9.tar.bz2 |
Change Chromoting client to use Pepper's new Resource-base InputEvents.
Remove gfx::Point and gfx::Rect from the Chromoting client plugin code and consistently use pp::Point and pp::Rect.
Push ConvertScreenToHost down into PepperView so it can take and return a pp::Point.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7453003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/chromoting_view.h')
-rw-r--r-- | remoting/client/chromoting_view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/client/chromoting_view.h b/remoting/client/chromoting_view.h index 0a8c721..c6269e7 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; - protected: // Framebuffer for the decoder. scoped_refptr<media::VideoFrame> frame_; |