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

Unified Diff: remoting/client/chromoting_view.h

Issue 7453003: Change Chromoting client to use Pepper's new Resource-base InputEvents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 years, 5 months 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/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_;
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.h » ('j') | remoting/client/plugin/chromoting_instance.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698