Bug 66121 - Remove references to CanvasRenderingContext from GraphicsContext3D
Summary: Remove references to CanvasRenderingContext from GraphicsContext3D
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2011-08-11 18:26 PDT by John Bauman
Modified: 2022-07-18 14:35 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Bauman 2011-08-11 18:26:27 PDT
This is referenced in GraphicsContext3D::paintRenderingResultsToCanvas, which is a layering violation. It would be pretty easy to replace this with the canvas's ImageBuffer in these circumstances.