Title: [127996] trunk/Source/Platform
Revision
127996
Author
jam...@google.com
Date
2012-09-09 14:05:24 -0700 (Sun, 09 Sep 2012)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (127995 => 127996)


--- trunk/Source/Platform/ChangeLog	2012-09-09 21:04:49 UTC (rev 127995)
+++ trunk/Source/Platform/ChangeLog	2012-09-09 21:05:24 UTC (rev 127996)
@@ -1,3 +1,16 @@
+2012-09-09  James Robinson  <jam...@chromium.org>
+
+        [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):
+
 2012-09-07  James Robinson  <jam...@chromium.org>
 
         [chromium] Remove unused WebScrollbarThemePainter::isNull

Modified: trunk/Source/Platform/chromium/public/WebFilterOperation.h (127995 => 127996)


--- trunk/Source/Platform/chromium/public/WebFilterOperation.h	2012-09-09 21:04:49 UTC (rev 127995)
+++ trunk/Source/Platform/chromium/public/WebFilterOperation.h	2012-09-09 21:05:24 UTC (rev 127996)
@@ -120,7 +120,7 @@
         m_dropShadowColor = color;
     }
 
-    WebFilterOperation(FilterType, SkScalar matrix[20]);
+    WEBKIT_EXPORT WebFilterOperation(FilterType, SkScalar matrix[20]);
 
     WebFilterOperation(FilterType type, WebRect rect, float inset)
     {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to