DescriptionRemove CanvasRenderingContext from the web exposed objects
We used have a shared super class called CanvasRenderingContext for
CanvasRenderingContext2D and WebGLRenderingContext. This does not
match the spec and it does not match Firefox or IE.
This removes the web exposed idl file for CanvasRenderingContext. The
method that used to return a CanvasRenderingContext now return a
(CanvasRenderingContext2D or WebGLRenderingContext) instead.
This also allows us to remove the custom bindings that was needed for
CanvasRenderingContext
This is a web exposed visible change. CanvasRenderingContext was
discoverable by walking the prototype chain. It was never exposed as a
named property of Window.
BUG=348012
R=ch.dumez@samsung.com, kbr@chromium.org, tkent@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=2cda866
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168488
Patch Set 1 #
Total comments: 4
Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Messages
Total messages: 22 (0 generated)
|