[Webkit-unassigned] [Bug 16136] Use shared PixelDumpSupport for Mac DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 10:54:29 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16136


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17532|review?                     |review+
               Flag|                            |




------- Comment #2 from aroben at apple.com  2007-11-26 10:54 PDT -------
(From update of attachment 17532)
You might mention in the ChangeLog that you're now using ImageDiffCG as well.

+void drawWebViewIntoContext(CGContextRef);
+void repaintWithVerticalSweep(CGContextRef);
+void repaintWithHorizontalSweep(CGContextRef);
+void drawSelectionRectIntoContext(CGContextRef, CGRect);

How about:

void paintWebView(CGContextRef);
void repaintWebView(CGContextRef, bool horizontal);
void drawSelectionRect(CGContextRef, const CGRect&);

r=me


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list