Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1167)

Unified Diff: cc/output/delegating_renderer_unittest.cc

Issue 13445009: cc: Move video upload to VideoResourceUpdater. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: consume textures that were produced Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layers/video_layer_impl.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/delegating_renderer_unittest.cc
diff --git a/cc/output/delegating_renderer_unittest.cc b/cc/output/delegating_renderer_unittest.cc
index e2708600395df88097c874a67a769705a86f6d26..cf85cb93ad4003951cb91ba2ae12bc179e4e0558 100644
--- a/cc/output/delegating_renderer_unittest.cc
+++ b/cc/output/delegating_renderer_unittest.cc
@@ -120,12 +120,12 @@ class DelegatingRendererTestResources : public DelegatingRendererTest {
ASSERT_TRUE(last_frame.delegated_frame_data);
EXPECT_EQ(2u, last_frame.delegated_frame_data->render_pass_list.size());
- // Each render pass has 7 resources in it. And the root render pass has a
- // mask resource used when drawing the child render pass. The number 7 may
- // change if AppendOneOfEveryQuadType is updated, and the value here should
- // be updated accordingly.
+ // Each render pass has 9 resources in it. And the root render pass has a
+ // mask resource used when drawing the child render pass. The number 9 may
+ // change if AppendOneOfEveryQuadType() is updated, and the value here
+ // should be updated accordingly.
EXPECT_EQ(
- 15u, last_frame.delegated_frame_data->resource_list.size());
+ 19u, last_frame.delegated_frame_data->resource_list.size());
EndTest();
}
« no previous file with comments | « cc/layers/video_layer_impl.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698