Index: third_party/WebKit/Source/core/html/canvas/OffscreenCanvas.idl |
diff --git a/third_party/WebKit/Source/core/html/canvas/OffscreenCanvas.idl b/third_party/WebKit/Source/core/html/canvas/OffscreenCanvas.idl |
index be5bf9128569e7bf0702354f142c44a037338a56..90dc37e8ac69b84083e209dee6867191d5faa3e9 100644 |
--- a/third_party/WebKit/Source/core/html/canvas/OffscreenCanvas.idl |
+++ b/third_party/WebKit/Source/core/html/canvas/OffscreenCanvas.idl |
@@ -10,4 +10,6 @@ |
] interface OffscreenCanvas { |
[EnforceRange] attribute unsigned long width; |
[EnforceRange] attribute unsigned long height; |
+ |
+ OffscreenCanvasRenderingContext? getContext(DOMString contextId, optional CanvasContextCreationAttributes attributes); |
}; |