cc: Prevent unit tests from using Now() as the impl frame time.
commit33e02e37ec52b639dee98188525b479b42638c85
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 7 Aug 2014 11:06:14 +0000 (7 11:06 +0000)
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 7 Aug 2014 11:06:14 +0000 (7 11:06 +0000)
tree9235f07ab9c48e707fe1eb08867e8ee6ed292626
parentf3fcec39cf71c69e80c23f088b207ca4a419df05
cc: Prevent unit tests from using Now() as the impl frame time.

Unit tests using FakeLayerTreeHostImpl should not use Now() as the
frame time, as this is racey/problematic. For instance it may not change
fast enough to let your test produce 2 outputs at different Now() times.

Re-enable 2 tests that were failing because of this problem in the test
harness.

R=enne, jbedley
BUG=393733

Review URL: https://codereview.chromium.org/444053004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288029 0039d316-1c4b-4281-b951-d872f2087c98
cc/layers/picture_layer_impl_unittest.cc
cc/test/fake_layer_tree_host_impl.cc