| Index: content/common/gpu/client/gl_helper.cc
|
| diff --git a/content/common/gpu/client/gl_helper.cc b/content/common/gpu/client/gl_helper.cc
|
| index 89dd8a9f8bb6527e9a7ffbf18a02631254f0925d..0bd832d1cc9effce98d1702d4660dfd50318a2ba 100644
|
| --- a/content/common/gpu/client/gl_helper.cc
|
| +++ b/content/common/gpu/client/gl_helper.cc
|
| @@ -906,7 +906,7 @@ void GLHelper::InitCopyTextToImpl() {
|
| void GLHelper::InitScalerImpl() {
|
| // Lazily initialize |scaler_impl_|
|
| if (!scaler_impl_)
|
| - scaler_impl_.reset(new GLHelperScaling(gl_, this));
|
| + scaler_impl_.reset(new GLHelperScaling(gl_, context_support_, this));
|
| }
|
|
|
| GLint GLHelper::MaxDrawBuffers() {
|
|
|