Index: Source/testing/runner/TestPlugin.cpp |
diff --git a/Source/testing/runner/TestPlugin.cpp b/Source/testing/runner/TestPlugin.cpp |
index 13abee1078c7c7415b8a7d8b70e547c245735ba3..c1dbc3c39ac376e22c225a979dc20f557fa51937 100644 |
--- a/Source/testing/runner/TestPlugin.cpp |
+++ b/Source/testing/runner/TestPlugin.cpp |
@@ -254,7 +254,7 @@ void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRec |
if (m_rect.isEmpty()) |
return; |
- m_context->reshape(m_rect.width, m_rect.height); |
+ 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); |