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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1439913005: fix the bugs of getSyncParameter in gl-object-get-calls.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: coding style Created 5 years, 1 month 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 a7cc29070d0a018d1fcd07e36b7d38adbc5e132b..b5c7d533584f44be263587ba1364dede8ce819ea 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -227,6 +227,12 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
blink::WebString getShaderSource(blink::WebGLId shader) override;
blink::WebString getString(blink::WGC3Denum name) override;
+ void getSynciv(blink::WGC3Dsync sync,
+ blink::WGC3Denum pname,
+ blink::WGC3Dsizei bufSize,
+ blink::WGC3Dsizei *length,
+ blink::WGC3Dint *params) override;
+
void getTexParameterfv(blink::WGC3Denum target,
blink::WGC3Denum pname,
blink::WGC3Dfloat* value) override;
« 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