- a/Source/Platform/ChangeLog +13 lines
Lines 1-3 a/Source/Platform/ChangeLog_sec1
1
2012-09-09  James Robinson  <jamesr@chromium.org>
2
3
        [chromium] Export WebFilterOperation(FilterType, SkScalar[20]) constructor
4
        https://bugs.webkit.org/show_bug.cgi?id=96215
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        Unlike the other WebFilterOperation constructors this one is defined out-of-line and so must be exported to be
9
        usable outside of WebKit.dll
10
11
        * chromium/public/WebFilterOperation.h:
12
        (WebFilterOperation):
13
1
2012-09-07  James Robinson  <jamesr@chromium.org>
14
2012-09-07  James Robinson  <jamesr@chromium.org>
2
15
3
        [chromium] Remove unused WebScrollbarThemePainter::isNull
16
        [chromium] Remove unused WebScrollbarThemePainter::isNull
- a/Source/Platform/chromium/public/WebFilterOperation.h -1 / +1 lines
Lines 120-126 private: a/Source/Platform/chromium/public/WebFilterOperation.h_sec1
120
        m_dropShadowColor = color;
120
        m_dropShadowColor = color;
121
    }
121
    }
122
122
123
    WebFilterOperation(FilterType, SkScalar matrix[20]);
123
    WEBKIT_EXPORT WebFilterOperation(FilterType, SkScalar matrix[20]);
124
124
125
    WebFilterOperation(FilterType type, WebRect rect, float inset)
125
    WebFilterOperation(FilterType type, WebRect rect, float inset)
126
    {
126
    {

Return to Bug 96215