Bug 17463 - m_drawingContext is no longer used
Summary: m_drawingContext is no longer used
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 17:52 PST by Eric Seidel (no email)
Modified: 2008-02-20 21:00 PST (History)
1 user (show)

See Also:


Attachments
Remove m_drawingContext and change m_data to m_imageBuffer (4.39 KB, patch)
2008-02-20 17:52 PST, Eric Seidel (no email)
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-02-20 17:52:10 PST
m_drawingContext is no longer used

Patch forthcoming.
Comment 1 Eric Seidel (no email) 2008-02-20 17:52:33 PST
Created attachment 19245 [details]
Remove m_drawingContext and change m_data to m_imageBuffer

 WebCore/html/HTMLCanvasElement.cpp |   46 ++++++++++++++++-------------------
 WebCore/html/HTMLCanvasElement.h   |    8 +++---
 2 files changed, 25 insertions(+), 29 deletions(-)