diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 01:58:11 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 01:58:11 +0000 |
commit | f11bd9e6868c01f1f382d70f1ff02c9119885c6a (patch) | |
tree | 93c52d86bfb404e0feaf8efc7e8184843f6b2e49 /remoting/remoting.gyp | |
parent | 2bc448e6e1d0570d866df1e3c9fdfe626bd6e7ec (diff) | |
download | chromium_src-f11bd9e6868c01f1f382d70f1ff02c9119885c6a.zip chromium_src-f11bd9e6868c01f1f382d70f1ff02c9119885c6a.tar.gz chromium_src-f11bd9e6868c01f1f382d70f1ff02c9119885c6a.tar.bz2 |
The chromoting host expands dirty regions to a set of 16x16 blocks,
to prevent ghosting artefacts.
BUG=112830
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123513
Review URL: http://codereview.chromium.org/9391022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index db91be2b..af00702 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -975,6 +975,7 @@ 'remoting_host' ], 'sources': [ + 'host/capturer_helper_unittest.cc', 'host/chromoting_host_context_unittest.cc', 'host/chromoting_host_unittest.cc', 'host/client_session_unittest.cc', |