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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLTexture.idl

Issue 2749653003: Prototype HTMLVideoElement properties for WebGL texImage2D (Closed)
Patch Set: move fields to WebGLTexture Created 3 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
Index: third_party/WebKit/Source/modules/webgl/WebGLTexture.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLTexture.idl b/third_party/WebKit/Source/modules/webgl/WebGLTexture.idl
index 929dea340101ca6e07758523b0fe8b7369798dc7..adc2fa06b808f90f829fef1ad288cced1279af23 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLTexture.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLTexture.idl
@@ -26,4 +26,7 @@
[
DependentLifetime,
] interface WebGLTexture {
+ [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute unsigned long videoLastUploadedWidth;
+ [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute unsigned long videoLastUploadedHeight;
+ [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute double videoLastUploadedTimestamp;
};

Powered by Google App Engine
This is Rietveld 408576698