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

Unified Diff: Source/web/tests/ImageFilterBuilderTest.cpp

Issue 23187004: Do not include "wtf/Platform.h" directly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Linux build Created 7 years, 4 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
Index: Source/web/tests/ImageFilterBuilderTest.cpp
diff --git a/Source/web/tests/ImageFilterBuilderTest.cpp b/Source/web/tests/ImageFilterBuilderTest.cpp
index 230b2e4f9ce00feb0e4d631c6803b1bb4e9a745e..0c73a8812d2debe6cad648e90e2159035ecaa7f8 100644
--- a/Source/web/tests/ImageFilterBuilderTest.cpp
+++ b/Source/web/tests/ImageFilterBuilderTest.cpp
@@ -22,6 +22,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
abarth-chromium 2013/08/21 17:14:36 ditto
#include "SkImageFilter.h"
#include "core/platform/graphics/filters/FEBlend.h"
#include "core/platform/graphics/filters/FEGaussianBlur.h"

Powered by Google App Engine
This is Rietveld 408576698