Commit 3d9ca6bb authored by gman@google.com's avatar gman@google.com

Fix for mac/linux unit_test


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25772 0039d316-1c4b-4281-b951-d872f2087c98
parent fd22a6b3
......@@ -263,6 +263,8 @@ bool Renderer::StartRendering() {
draw_elements_rendered_ = 0;
primitives_rendered_ = 0;
back_buffer_cleared_ = 0;
current_render_surface_ = NULL;
current_depth_surface_ = NULL;
current_render_surface_is_back_buffer_ = true;
result = PlatformSpecificStartRendering();
......
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