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

Unified Diff: public/platform/WebGraphicsContext3D.h

Issue 826363002: Webgl Info should have vendorid and deviceid of gpu. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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: public/platform/WebGraphicsContext3D.h
diff --git a/public/platform/WebGraphicsContext3D.h b/public/platform/WebGraphicsContext3D.h
index beb402353538be1a259f951bcc204bd7e5754e7d..2c5844a4e91094b5c3eab48bb2c12591db4caacf 100644
--- a/public/platform/WebGraphicsContext3D.h
+++ b/public/platform/WebGraphicsContext3D.h
@@ -61,6 +61,8 @@ typedef signed long int WGC3Dsizeiptr;
typedef WGC3Duint WebGLId;
struct WebGLInfo {
+ WGC3Duint vendorId;
+ WGC3Duint deviceId;
WebString vendorInfo;
WebString rendererInfo;
WebString driverVersion;

Powered by Google App Engine
This is Rietveld 408576698