| Index: content/shell/renderer/test_runner/TestPlugin.cpp
|
| diff --git a/content/shell/renderer/test_runner/TestPlugin.cpp b/content/shell/renderer/test_runner/TestPlugin.cpp
|
| index a4d3bfd146e2ada992dd2120ca38b93b68f7038e..2d53c2afec2edd14dccafb8432f74cb9a7d987a3 100644
|
| --- a/content/shell/renderer/test_runner/TestPlugin.cpp
|
| +++ b/content/shell/renderer/test_runner/TestPlugin.cpp
|
| @@ -244,7 +244,6 @@ void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRec
|
| if (m_rect.isEmpty())
|
| return;
|
|
|
| - m_context->reshapeWithScaleFactor(m_rect.width, m_rect.height, 1.f);
|
| m_context->viewport(0, 0, m_rect.width, m_rect.height);
|
|
|
| m_context->bindTexture(GL_TEXTURE_2D, m_colorTexture);
|
|
|