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

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

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 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
Index: third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.idl
diff --git a/third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.idl b/third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.idl
deleted file mode 100644
index 087199896dff150fc255e67c7aa5dcab35c2f135..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-typedef unsigned long GLenum;
-
-[
- DoNotCheckConstants,
- NoInterfaceObject,
- SetWrapperReferenceFrom=canvas,
-] interface CHROMIUMSubscribeUniform {
- const GLenum SUBSCRIBED_VALUES_BUFFER_CHROMIUM = 0x924B;
-
- const GLenum MOUSE_POSITION_CHROMIUM = 0x924C;
-
- CHROMIUMValuebuffer createValuebufferCHROMIUM();
- void deleteValuebufferCHROMIUM(CHROMIUMValuebuffer? buffer);
- boolean isValuebufferCHROMIUM(CHROMIUMValuebuffer? buffer);
- void bindValuebufferCHROMIUM(GLenum target, CHROMIUMValuebuffer? buffer);
-
- void subscribeValueCHROMIUM(GLenum target, GLenum subscriptions);
- void populateSubscribedValuesCHROMIUM(GLenum target);
- void uniformValuebufferCHROMIUM(WebGLUniformLocation? location, GLenum target, GLenum subscription);
-};

Powered by Google App Engine
This is Rietveld 408576698