Changeset 165285 in webkit


Ignore:
Timestamp:
Mar 7, 2014 1:33:44 PM (10 years ago)
Author:
cavalcantii@gmail.com
Message:

Remove unused StdDeviation from Drop shadow effect
https://bugs.webkit.org/show_bug.cgi?id=129891

Reviewed by Dirk Schulze.

No new tests, no change on behavior.

  • platform/graphics/filters/FEDropShadow.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r165280 r165285  
     12014-03-07  Adenilson Cavalcanti  <cavalcantii@gmail.com>
     2
     3        Remove unused StdDeviation from Drop shadow effect
     4        https://bugs.webkit.org/show_bug.cgi?id=129891
     5
     6        Reviewed by Dirk Schulze.
     7
     8        No new tests, no change on behavior.
     9
     10        * platform/graphics/filters/FEDropShadow.h:
     11
    1122014-03-07  Brent Fulgham  <bfulgham@apple.com>
    213
  • trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.h

    r97853 r165285  
    5050    void setShadowOpacity(float shadowOpacity) { m_shadowOpacity = shadowOpacity; }
    5151
    52     static float calculateStdDeviation(float);
    53 
    5452    virtual void platformApplySoftware();
    5553    virtual void dump();
Note: See TracChangeset for help on using the changeset viewer.