summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.h
diff options
context:
space:
mode:
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.