Index: content/common/gpu/client/gl_helper_unittest.cc |
diff --git a/content/common/gpu/client/gl_helper_unittest.cc b/content/common/gpu/client/gl_helper_unittest.cc |
index 6ac9d0e1e0d61f2f48a007a8b89cb5d1cb3e59c6..3e613aee23e17aff6b54d3b05612195df423daab 100644 |
--- a/content/common/gpu/client/gl_helper_unittest.cc |
+++ b/content/common/gpu/client/gl_helper_unittest.cc |
@@ -66,7 +66,7 @@ class GLHelperTest : public testing::Test { |
helper_.reset( |
new content::GLHelper(context_->GetGLInterface(), context_support_)); |
helper_scaling_.reset(new content::GLHelperScaling( |
- context_->GetGLInterface(), helper_.get())); |
+ context_->GetGLInterface(), context_support_, helper_.get())); |
} |
void TearDown() override { |