Index: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h |
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h |
index 155d21fd9e40cb7993c5a76de1513cc051c9284f..cda0cf939522f85a126b768035a331aa3efd7c43 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h |
@@ -36,7 +36,7 @@ public: |
bool ensureExtensionEnabled(const String& name); |
bool isExtensionEnabled(const String& name); |
- static bool canUseCopyTextureCHROMIUM(GLenum destTarget, GLenum destFormat, GLenum destType, GLint level); |
+ bool canUseCopyTextureCHROMIUM(GLenum destTarget, GLenum destFormat, GLenum destType, GLint level); |
private: |
Extensions3DUtil(gpu::gles2::GLES2Interface*); |