Bug 130695 - [core] FEGaussianBlur: use IntSize to simplify member function interface
Summary: [core] FEGaussianBlur: use IntSize to simplify member function interface
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-24 14:33 PDT by Adenilson Cavalcanti Silva
Modified: 2014-03-24 18:14 PDT (History)
5 users (show)

See Also:


Attachments
Patch (9.16 KB, patch)
2014-03-24 14:38 PDT, Adenilson Cavalcanti Silva
no flags Details | Formatted Diff | Diff
Patch (9.14 KB, patch)
2014-03-24 17:29 PDT, Adenilson Cavalcanti Silva
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adenilson Cavalcanti Silva 2014-03-24 14:33:17 PDT
A continuation on #50881, this patch simplifies FEGaussianBlur::calculateKernelSize() member function by using IntSize to return the calculated parameters.
Comment 1 Adenilson Cavalcanti Silva 2014-03-24 14:38:00 PDT
Created attachment 227693 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-24 14:39:48 PDT
Attachment 227693 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:10:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Adenilson Cavalcanti Silva 2014-03-24 17:29:58 PDT
Created attachment 227707 [details]
Patch
Comment 4 WebKit Commit Bot 2014-03-24 18:14:52 PDT
Comment on attachment 227707 [details]
Patch

Clearing flags on attachment: 227707

Committed r166214: <http://trac.webkit.org/changeset/166214>
Comment 5 WebKit Commit Bot 2014-03-24 18:14:56 PDT
All reviewed patches have been landed.  Closing bug.