| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| index 0f9a35d76606f2e3aef6adc56d9ec77c091a7d91..30fa7b4c347bee2e49581cd9f921178055416cb9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| @@ -701,7 +701,7 @@ bool DrawingBuffer::copyToPlatformTexture(gpu::gles2::GLES2Interface* gl,
|
| }
|
|
|
| // Assume that the destination target is GL_TEXTURE_2D.
|
| - if (!Extensions3DUtil::canUseCopyTextureCHROMIUM(
|
| + if (!m_extensionsUtil->canUseCopyTextureCHROMIUM(
|
| GL_TEXTURE_2D, internalFormat, destType, level))
|
| return false;
|
|
|
|
|