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