diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-05 02:57:21 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-05 02:57:21 +0000 |
commit | 525efa2425894b17144053a93c1d9e13f4bff070 (patch) | |
tree | aad8b5cb26c139fdde82bd5fafbc5e84819a0945 /cc/cc_tests.gyp | |
parent | 6750fb868e1ff502423645340d7239163a201cbc (diff) | |
download | chromium_src-525efa2425894b17144053a93c1d9e13f4bff070.zip chromium_src-525efa2425894b17144053a93c1d9e13f4bff070.tar.gz chromium_src-525efa2425894b17144053a93c1d9e13f4bff070.tar.bz2 |
cc: Add a unit test to verify BindToClient behaviour.
The client pointer in the OutputSurface should indicate whether the
last call to BindToClient succeeded or failed. If the bind fails,
then the client pointer should always be null.
R=joaodasilva@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/15861006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 22659ca..4cc4109 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -41,6 +41,7 @@ 'layers/tiled_layer_unittest.cc', 'output/delegating_renderer_unittest.cc', 'output/gl_renderer_unittest.cc', + 'output/output_surface_unittest.cc', 'output/renderer_pixeltest.cc', 'output/render_surface_filters_unittest.cc', 'output/shader_unittest.cc', |