| Index: cc/output/gl_renderer.cc
|
| diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc
|
| index c695429968234a6efa435bdca50d53067d913b47..5dd95029932ee481d25a78adb344ae417a3a31f5 100644
|
| --- a/cc/output/gl_renderer.cc
|
| +++ b/cc/output/gl_renderer.cc
|
| @@ -2232,7 +2232,8 @@ void GLRenderer::FlushTextureQuadCache(BoundGeometry flush_binding) {
|
| static_cast<float*>(&draw_cache_.vertex_opacity_data.front()));
|
|
|
| // Draw the quads!
|
| - gl_->DrawElements(GL_TRIANGLES, 6 * draw_cache_.matrix_data.size(),
|
| + gl_->DrawElements(GL_TRIANGLES,
|
| + 6 * static_cast<int>(draw_cache_.matrix_data.size()),
|
| GL_UNSIGNED_SHORT, 0);
|
|
|
| // Clear the cache.
|
|
|