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

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
« no previous file with comments | « Source/core/html/canvas/WebGLShareGroup.cpp ('k') | Source/core/html/canvas/WebGLSharedObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLShareGroup.idl
diff --git a/Source/core/page/PerformanceMark.idl b/Source/core/html/canvas/WebGLShareGroup.idl
similarity index 83%
copy from Source/core/page/PerformanceMark.idl
copy to Source/core/html/canvas/WebGLShareGroup.idl
index 6bae83efc1c142bad0227ebbc6505fc2d933e5c0..b171b63585c28bef36854a330dbda93c80dbfbb9 100644
--- a/Source/core/page/PerformanceMark.idl
+++ b/Source/core/html/canvas/WebGLShareGroup.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Intel Inc. All rights reserved.
+ * Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -10,10 +10,10 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
+ * THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
@@ -23,5 +23,5 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface PerformanceMark : PerformanceEntry {
+interface WebGLShareGroup {
};
« no previous file with comments | « Source/core/html/canvas/WebGLShareGroup.cpp ('k') | Source/core/html/canvas/WebGLSharedObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698