Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: public/platform/WebFilterOperation.h

Issue 16024011: Construct a minimal blink library in-place (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix mac again Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/platform/WebCommon.h ('k') | public/platform/WebFilterOperations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFilterOperation.h
diff --git a/public/platform/WebFilterOperation.h b/public/platform/WebFilterOperation.h
index 140768986845214aebde89b1642788477d3b16bf..e54121dc778613db3049313b3b897ad6269450f0 100644
--- a/public/platform/WebFilterOperation.h
+++ b/public/platform/WebFilterOperation.h
@@ -179,7 +179,7 @@ private:
memset(m_matrix, 0, sizeof(m_matrix));
}
- WEBKIT_EXPORT WebFilterOperation(FilterType, SkScalar matrix[20]);
+ BLINK_COMMON_EXPORT WebFilterOperation(FilterType, SkScalar matrix[20]);
WebFilterOperation(FilterType type, float amount, int inset)
: m_type(type)
« no previous file with comments | « public/platform/WebCommon.h ('k') | public/platform/WebFilterOperations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698