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 8f39aba0c4cd451a1368f9e802ff74ab607a4351..f82c3903105b9daa628d93c320a911318b41f25f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
@@ -690,7 +690,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; |