[webkit-reviews] review granted: [Bug 4445] Optimizations to KCanvas : [Attachment 3413] kCanvasItem optimizations

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue Aug 16 00:20:44 PDT 2005


Eric Seidel <macdome at opendarwin.org> has granted Eric Seidel
<macdome at opendarwin.org>'s request for review:
Bug 4445: Optimizations to KCanvas
http://bugzilla.opendarwin.org/show_bug.cgi?id=4445

Attachment 3413: kCanvasItem optimizations
http://bugzilla.opendarwin.org/attachment.cgi?id=3413&action=edit

------- Additional Comments from Eric Seidel <macdome at opendarwin.org>
The code could be simpler.  

+	     if(d->path && canvas() && canvas()->renderingDevice())
+	     {
+		 result = bboxPath(true);
+	     }

and then an if, storing result in the appropriate place, followed by the
return...   I'll fix it when landing.



More information about the webkit-reviews mailing list