summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 19:41:21 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 19:41:21 +0000
commit35d9cac5bfb76c76039cf75c4273c6bb51a7787b (patch)
tree924958dbd266f216e3dbd297d6beb580918e4f61 /cc/cc_tests.gyp
parent2ae17dfc026344bd06ab6f82203cb3777f4940a4 (diff)
downloadchromium_src-35d9cac5bfb76c76039cf75c4273c6bb51a7787b.zip
chromium_src-35d9cac5bfb76c76039cf75c4273c6bb51a7787b.tar.gz
chromium_src-35d9cac5bfb76c76039cf75c4273c6bb51a7787b.tar.bz2
cc: Damage the video layer when requesting it be redrawn.
When the video layer requests the screen to be redrawn, it should also damage itself, otherwise the video layer will not be updated in partial swap. Tests: LayerTreeHostVideoTestSetNeedsDisplay.RunSingleThread LayerTreeHostVideoTestSetNeedsDisplay.RunMultiThread R=enne BUG=179729 Review URL: https://chromiumcodereview.appspot.com/12540012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 0098c36..d6c60d1 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -36,6 +36,7 @@
'trees/layer_tree_host_unittest_delegated.cc',
'trees/layer_tree_host_unittest_occlusion.cc',
'trees/layer_tree_host_unittest_scroll.cc',
+ 'trees/layer_tree_host_unittest_video.cc',
'layers/layer_unittest.cc',
'base/math_util_unittest.cc',
'layers/nine_patch_layer_impl_unittest.cc',