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 4130df36d016072fa741323924cbe2e904af24f7..04c3ac4eca4beb4d528d14cf7561c9f89921698c 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h |
@@ -37,10 +37,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*); |