summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.h
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 16:59:51 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 16:59:51 +0000
commit3889d4d68c1ad0e6d4054745a97b7e01b829be77 (patch)
tree2d5215cc37e2f53a5fe09159ad352b7cdeeb9b7e /remoting/client/chromoting_client.h
parentcdc484d8d1c0d4dd3bc072449a2f0aed56f301cd (diff)
downloadchromium_src-3889d4d68c1ad0e6d4054745a97b7e01b829be77.zip
chromium_src-3889d4d68c1ad0e6d4054745a97b7e01b829be77.tar.gz
chromium_src-3889d4d68c1ad0e6d4054745a97b7e01b829be77.tar.bz2
Integrating back into using the external ppapi/cpp wrappers.
This should bring us close to Gary's original npapi code. BUG=none TEST=can connect to simple host Review URL: http://codereview.chromium.org/2858037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/chromoting_client.h')
-rw-r--r--remoting/client/chromoting_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
index 587f1fb..50cc0dc 100644
--- a/remoting/client/chromoting_client.h
+++ b/remoting/client/chromoting_client.h
@@ -28,6 +28,10 @@ class ChromotingClient : public HostConnection::HostEventCallback {
// Sets the viewport to do display. The viewport may be larger and/or
// smaller than the actual image background being displayed.
+ //
+ // TODO(ajwong): This doesn't make sense to have here. We're going to have
+ // threading isseus since pepper view needs to be called from the main pepper
+ // thread synchronously really.
virtual void SetViewport(int x, int y, int width, int height);
// HostConnection::HostEventCallback implementation.