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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1551143002: Remove the "target" argument from CopyTextureChromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format cc. Created 4 years, 12 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: gpu/blink/webgraphicscontext3d_impl.h
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index b3c1dea7a3636e8bfa9f647a3188aeb689089cdd..b468ca05670db525c1f98785b53342f4b3616082 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -545,7 +545,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
blink::WGC3Duint64* params) override;
void copyTextureCHROMIUM(
- blink::WGC3Denum target,
blink::WebGLId source_id,
blink::WebGLId dest_id,
blink::WGC3Denum internal_format,
@@ -555,7 +554,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
blink::WGC3Dboolean unpack_unmultiply_alpha) override;
void copySubTextureCHROMIUM(
- blink::WGC3Denum target,
blink::WebGLId source_id,
blink::WebGLId dest_id,
blink::WGC3Dint xoffset,

Powered by Google App Engine
This is Rietveld 408576698