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

Unified Diff: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl

Issue 2398703004: Adding feature usage count for OffscreenCanvas (Closed)
Patch Set: rebase Created 4 years, 2 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/canvas/HTMLCanvasElementModule.idl
diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl
index 4625e717252ea25b62e081fd56175c5b6d69ce94..a378e20c7bdec0d9fa32fca015afc3a92e336462 100644
--- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl
+++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl
@@ -17,5 +17,5 @@ partial interface HTMLCanvasElement
// (and is not undefined or null). The binding must ignore this.
// Related spec issue: https://github.com/whatwg/html/issues/595
[RaisesException] RenderingContext? getContext(DOMString contextId, [PermissiveDictionaryConversion] optional CanvasContextCreationAttributes attributes);
- [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] OffscreenCanvas transferControlToOffscreen();
+ [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException, MeasureAs=OffscreenCanvas] OffscreenCanvas transferControlToOffscreen();
};
« no previous file with comments | « third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698