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

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

Issue 171263004: Adding Blink-side support for EXT_shader_texture_lod (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed wrong extension string Created 6 years, 8 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
« no previous file with comments | « Source/core/html/canvas/EXTShaderTextureLOD.cpp ('k') | Source/core/html/canvas/WebGLExtensionName.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/EXTShaderTextureLOD.idl
diff --git a/Source/modules/push_messaging/NavigatorPushManager.idl b/Source/core/html/canvas/EXTShaderTextureLOD.idl
similarity index 61%
copy from Source/modules/push_messaging/NavigatorPushManager.idl
copy to Source/core/html/canvas/EXTShaderTextureLOD.idl
index 26db0dddc171d946dab70ea59e2202a465f47803..a2e18b616ad72f6e9ddfd53088a561d14bd63151 100644
--- a/Source/modules/push_messaging/NavigatorPushManager.idl
+++ b/Source/core/html/canvas/EXTShaderTextureLOD.idl
@@ -3,7 +3,6 @@
// found in the LICENSE file.
[
- RuntimeEnabled=PushMessaging,
-] partial interface Navigator {
- readonly attribute PushManager push;
+ NoInterfaceObject
+] interface EXTShaderTextureLOD {
};
« no previous file with comments | « Source/core/html/canvas/EXTShaderTextureLOD.cpp ('k') | Source/core/html/canvas/WebGLExtensionName.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698