Bug 26479 - Share code between filterEffects
Summary: Share code between filterEffects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 26478 (view as bug list)
Depends on:
Blocks: 68469 26389 26480
  Show dependency treegraph
 
Reported: 2009-06-17 07:15 PDT by Dirk Schulze
Modified: 2014-05-12 05:54 PDT (History)
1 user (show)

See Also:


Attachments
Share the code (5.88 KB, patch)
2009-06-17 07:18 PDT, Dirk Schulze
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2009-06-17 07:15:49 PDT
We can share more code between the effects. The imageBuffer creation and drawRect calculation to Filtereffect.
Comment 1 Dirk Schulze 2009-06-17 07:18:17 PDT
Created attachment 31412 [details]
Share the code

share the code
Comment 2 Dirk Schulze 2009-06-17 08:00:06 PDT
*** Bug 26478 has been marked as a duplicate of this bug. ***
Comment 3 Oliver Hunt 2009-06-18 01:11:14 PDT
Comment on attachment 31412 [details]
Share the code

I think it makes sense to hoist 
 78     GraphicsContext* filterContext = getEffectContext();
 79     if (!filterContext)
 80         return;
to above the creation of dstRect for clarity
Comment 4 Dirk Schulze 2009-06-18 13:01:23 PDT
landed in r44810.