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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1027823003: Remove |level| in copy(Sub)TextureCHROMIUM(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep coding style Created 5 years, 9 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 | « no previous file | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/blink/webgraphicscontext3d_impl.h
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index a232d062c6fabe29196b27bd7e31668a2ebda41e..a92a2299af9e25f4eeebb2c74aa827c111ce67b8 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -516,33 +516,18 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
blink::WGC3Denum pname,
blink::WGC3Duint* params);
- // TODO(dshwang): Remove |level| in Blink and then remove it.
void copyTextureCHROMIUM(blink::WGC3Denum target,
blink::WebGLId source_id,
blink::WebGLId dest_id,
- blink::WGC3Dint level,
blink::WGC3Denum internal_format,
blink::WGC3Denum dest_type) override;
void copySubTextureCHROMIUM(blink::WGC3Denum target,
blink::WebGLId source_id,
blink::WebGLId dest_id,
- blink::WGC3Dint level,
blink::WGC3Dint xoffset,
blink::WGC3Dint yoffset) override;
- virtual void copyTextureCHROMIUM(blink::WGC3Denum target,
- blink::WebGLId source_id,
- blink::WebGLId dest_id,
- blink::WGC3Denum internal_format,
- blink::WGC3Denum dest_type);
-
- virtual void copySubTextureCHROMIUM(blink::WGC3Denum target,
- blink::WebGLId sourceId,
- blink::WebGLId destId,
- blink::WGC3Dint xoffset,
- blink::WGC3Dint yoffset);
-
virtual void bindUniformLocationCHROMIUM(blink::WebGLId program,
blink::WGC3Dint location,
const blink::WGC3Dchar* uniform);
« no previous file with comments | « no previous file | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698