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

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

Issue 17230006: Implement WEBGL_shared_resources Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/WebGLShareGroup.idl
diff --git a/Source/core/html/canvas/EXTFragDepth.idl b/Source/core/html/canvas/WebGLShareGroup.idl
similarity index 96%
copy from Source/core/html/canvas/EXTFragDepth.idl
copy to Source/core/html/canvas/WebGLShareGroup.idl
index 52a6f932c30eb3d04b60fc0e9ae33e996ea9de04..005e596f4a196d553c37c91ef655e77eda8c055d 100644
--- a/Source/core/html/canvas/EXTFragDepth.idl
+++ b/Source/core/html/canvas/WebGLShareGroup.idl
@@ -23,7 +23,5 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- NoInterfaceObject
-] interface EXTFragDepth {
+interface WebGLShareGroup {
};

Powered by Google App Engine
This is Rietveld 408576698