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

Unified Diff: third_party/WebCore/html/canvas/WebGLDepthTexture.idl

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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/WebCore/html/canvas/WebGLDepthTexture.idl
diff --git a/third_party/WebCore/html/canvas/WebGLDepthTexture.idl b/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
index 507450d18bbb19f5b348badabbc2bd767c96f6c8..56ef537c0566a47089c21de293bb8c216a08ff8c 100644
--- a/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
+++ b/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
@@ -27,7 +27,9 @@ module html {
interface [
Conditional=WEBGL,
JSGenerateIsReachable=ImplContext,
- OmitConstructor
+ OmitConstructor,
+ DoNotCheckConstants
] WebGLDepthTexture {
+ const unsigned int UNSIGNED_INT_24_8_WEBGL = 0x84FA;
};
}

Powered by Google App Engine
This is Rietveld 408576698