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 4388bddc4e8b9b5b74c0908cedd625547e3c2107..e5b6ba3b6a66212b76a4df3a1924bed11cb173dc 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h |
@@ -38,10 +38,10 @@ class PLATFORM_EXPORT Extensions3DUtil final { |
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*); |