summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_unittest_animation.cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 03:23:05 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 03:23:05 +0000
commit4c0e3d72a5ccdc72aace7e29f3d7458eaf5b7224 (patch)
tree76ad09e5752e9e0fcb1d6759b33af281b5d6502a /cc/layer_tree_host_unittest_animation.cc
parentaa19e1206a6f005b719b3548aabd35126f361835 (diff)
downloadchromium_src-4c0e3d72a5ccdc72aace7e29f3d7458eaf5b7224.zip
chromium_src-4c0e3d72a5ccdc72aace7e29f3d7458eaf5b7224.tar.gz
chromium_src-4c0e3d72a5ccdc72aace7e29f3d7458eaf5b7224.tar.bz2
cc: Implement DelegatingRender::drawFrame() method.
The method sends the render passes it is given to the parent compositor via the output surface. It should include a valid frame metadata with it. Tests: DelegatingRendererTestDraw.runSingleThread DelegatingRendererTestDraw.runMultiThread DelegatingRendererTestResources.runSingleThread DelegatingRendererTestResources.runMultiThread R=piman BUG=123444 Review URL: https://chromiumcodereview.appspot.com/11777025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_tree_host_unittest_animation.cc')
-rw-r--r--cc/layer_tree_host_unittest_animation.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/cc/layer_tree_host_unittest_animation.cc b/cc/layer_tree_host_unittest_animation.cc
index 173d73e..7639e02 100644
--- a/cc/layer_tree_host_unittest_animation.cc
+++ b/cc/layer_tree_host_unittest_animation.cc
@@ -180,7 +180,10 @@ class LayerTreeHostAnimationTestCheckerboardDoesNotStarveDraws :
endTest();
}
- virtual bool prepareToDrawOnThread(LayerTreeHostImpl*) OVERRIDE {
+ virtual bool prepareToDrawOnThread(
+ LayerTreeHostImpl* host_impl,
+ LayerTreeHostImpl::FrameData& frame,
+ bool result) OVERRIDE {
return false;
}