Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h

Issue 2738163002: Enable CopyTextureCHROMIUM in Blink for Tex{Sub}Image2D with more cases (Closed)
Patch Set: rebase only--blink renaming and formatting Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698