| 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 396d2254a0585ce59e103d03bf66172c3cfff9aa..a366029d2c1f18255f8a562e9cfe2bca0bbefa92 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| @@ -38,10 +38,7 @@ class PLATFORM_EXPORT Extensions3DUtil final {
|
| bool EnsureExtensionEnabled(const String& name);
|
| bool IsExtensionEnabled(const String& name);
|
|
|
| - static bool CanUseCopyTextureCHROMIUM(GLenum dest_target,
|
| - GLenum dest_format,
|
| - GLenum dest_type,
|
| - GLint level);
|
| + static bool CanUseCopyTextureCHROMIUM(GLenum dest_target);
|
|
|
| private:
|
| Extensions3DUtil(gpu::gles2::GLES2Interface*);
|
|
|