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

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

Issue 1152733008: remove |level| in copyVideoTextureToPlatformTexture(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add TODO Created 5 years, 6 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
« no previous file with comments | « Source/platform/graphics/gpu/DrawingBuffer.cpp ('k') | Source/platform/graphics/gpu/Extensions3DUtil.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/gpu/Extensions3DUtil.h
diff --git a/Source/platform/graphics/gpu/Extensions3DUtil.h b/Source/platform/graphics/gpu/Extensions3DUtil.h
index 0dbc61b51a541bd737179673c0d8c5cbf70981dd..68867085c0afddddb3ecfce1e7a821854bb1f270 100644
--- a/Source/platform/graphics/gpu/Extensions3DUtil.h
+++ b/Source/platform/graphics/gpu/Extensions3DUtil.h
@@ -26,7 +26,7 @@ public:
bool ensureExtensionEnabled(const String& name);
bool isExtensionEnabled(const String& name);
- static bool canUseCopyTextureCHROMIUM(GLenum destFormat, GLenum destType, GLint level);
+ static bool canUseCopyTextureCHROMIUM(GLenum destTarget, GLenum destFormat, GLenum destType, GLint level);
private:
Extensions3DUtil(WebGraphicsContext3D*);
« no previous file with comments | « Source/platform/graphics/gpu/DrawingBuffer.cpp ('k') | Source/platform/graphics/gpu/Extensions3DUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698