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

Unified Diff: Source/core/html/canvas/OESTextureHalfFloatLinear.idl

Issue 14860016: Implement OES_texture_float_linear and OES_texture_half_float_linear extensions in WebGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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: Source/core/html/canvas/OESTextureHalfFloatLinear.idl
diff --git a/Source/core/html/canvas/OESElementIndexUint.idl b/Source/core/html/canvas/OESTextureHalfFloatLinear.idl
similarity index 97%
copy from Source/core/html/canvas/OESElementIndexUint.idl
copy to Source/core/html/canvas/OESTextureHalfFloatLinear.idl
index 269b8fc2fff793c3141dea0478083d545200ba05..701e45683e01e2b42c92e87afd628f550d8107db 100644
--- a/Source/core/html/canvas/OESElementIndexUint.idl
+++ b/Source/core/html/canvas/OESTextureHalfFloatLinear.idl
@@ -26,5 +26,5 @@
[
NoInterfaceObject,
Conditional=WEBGL,
-] interface OESElementIndexUint {
+] interface OESTextureHalfFloatLinear {
};

Powered by Google App Engine
This is Rietveld 408576698