Changeset 127996 in webkit


Ignore:
Timestamp:
Sep 9, 2012 2:05:24 PM (12 years ago)
Author:
jamesr@google.com
Message:

[chromium] Export WebFilterOperation(FilterType, SkScalar[20]) constructor
https://bugs.webkit.org/show_bug.cgi?id=96215

Reviewed by Adrienne Walker.

Unlike the other WebFilterOperation constructors this one is defined out-of-line and so must be exported to be
usable outside of WebKit.dll

  • chromium/public/WebFilterOperation.h:

(WebFilterOperation):

Location:
trunk/Source/Platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/Platform/ChangeLog

    r127953 r127996  
     12012-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 Adrienne Walker.
     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
    1142012-09-07  James Robinson  <jamesr@chromium.org>
    215
  • trunk/Source/Platform/chromium/public/WebFilterOperation.h

    r125903 r127996  
    121121    }
    122122
    123     WebFilterOperation(FilterType, SkScalar matrix[20]);
     123    WEBKIT_EXPORT WebFilterOperation(FilterType, SkScalar matrix[20]);
    124124
    125125    WebFilterOperation(FilterType type, WebRect rect, float inset)
Note: See TracChangeset for help on using the changeset viewer.