Changeset 218624 in webkit


Ignore:
Timestamp:
Jun 20, 2017 9:17:46 PM (7 years ago)
Author:
Devin Rousso
Message:

WebGPU contexts should have a back reference to the canvas element
https://bugs.webkit.org/show_bug.cgi?id=173633

Reviewed by Jon Lee.

No tests added, as this is already implemented within other canvas types.

  • html/canvas/WebGPURenderingContext.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r218622 r218624  
     12017-06-20  Devin Rousso  <drousso@apple.com>
     2
     3        WebGPU contexts should have a back reference to the canvas element
     4        https://bugs.webkit.org/show_bug.cgi?id=173633
     5
     6        Reviewed by Jon Lee.
     7
     8        No tests added, as this is already implemented within other canvas types.
     9
     10        * html/canvas/WebGPURenderingContext.idl:
     11
    1122017-06-20  Youenn Fablet  <youenn@apple.com>
    213
  • trunk/Source/WebCore/html/canvas/WebGPURenderingContext.idl

    r215131 r218624  
    3131    DoNotCheckConstants
    3232] interface WebGPURenderingContext {
     33    // back-reference to the canvas
     34    readonly attribute HTMLCanvasElement canvas;
    3335
    3436    // Pixel formats
Note: See TracChangeset for help on using the changeset viewer.