Commit 69c562e1 authored by gman@google.com's avatar gman@google.com

minor change of render_surface_test.cc


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25774 0039d316-1c4b-4281-b951-d872f2087c98
parent 68621919
...@@ -145,8 +145,10 @@ TEST_F(RenderSurfaceTest, RenderSurfaceSetTest) { ...@@ -145,8 +145,10 @@ TEST_F(RenderSurfaceTest, RenderSurfaceSetTest) {
RenderDepthStencilSurface* depth_surface = RenderDepthStencilSurface* depth_surface =
pack()->CreateDepthStencilSurface(16, 32); pack()->CreateDepthStencilSurface(16, 32);
ASSERT_TRUE(depth_surface != NULL);
RenderSurfaceSet* render_surface_set = pack()->Create<RenderSurfaceSet>(); RenderSurfaceSet* render_surface_set = pack()->Create<RenderSurfaceSet>();
ASSERT_TRUE(render_surface_set != NULL);
render_surface_set->set_render_surface(render_surface); render_surface_set->set_render_surface(render_surface);
render_surface_set->set_render_depth_stencil_surface(depth_surface); render_surface_set->set_render_depth_stencil_surface(depth_surface);
ASSERT_TRUE(render_surface_set->ValidateBoundSurfaces()); ASSERT_TRUE(render_surface_set->ValidateBoundSurfaces());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment