diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 18:45:40 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 18:45:40 +0000 |
commit | 7030d1732a76ee9cc53f8e0cecd06023bbbeb3d9 (patch) | |
tree | af0a1327d87ea555d092aa095ebf9656de3f940c /remoting/remoting.gyp | |
parent | a0b3cc021e9f42e1fa7bf2a2f766290fcfca69dd (diff) | |
download | chromium_src-7030d1732a76ee9cc53f8e0cecd06023bbbeb3d9.zip chromium_src-7030d1732a76ee9cc53f8e0cecd06023bbbeb3d9.tar.gz chromium_src-7030d1732a76ee9cc53f8e0cecd06023bbbeb3d9.tar.bz2 |
The chromoting host expands dirty regions to a set of 16x16 blocks,
to prevent ghosting artefacts.
BUG=112830
Review URL: http://codereview.chromium.org/9391022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123513 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 6207cc7..4121453 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -932,6 +932,7 @@ 'base/base_mock_objects.h', 'base/util_unittest.cc', 'client/mouse_input_filter_unittest.cc', + 'host/capturer_helper_unittest.cc', 'host/capturer_linux_unittest.cc', 'host/capturer_mac_unittest.cc', 'host/capturer_win_unittest.cc', |