| Index: Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebFrameTest.cpp b/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| index 179c9425cbf396d9d6ae16dd1afc834e8f8f1434..118dfdd4c9a8683b7789a690c91e6d0621abab5a 100644
|
| --- a/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| @@ -34,7 +34,6 @@
|
|
|
| #include <gtest/gtest.h>
|
| #include "FrameTestHelpers.h"
|
| -#include "PlatformContextSkia.h"
|
| #include "SkBitmap.h"
|
| #include "SkCanvas.h"
|
| #include "URLTestHelpers.h"
|
| @@ -65,6 +64,7 @@
|
| #include "core/page/Settings.h"
|
| #include "core/platform/ScrollbarTheme.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| +#include "core/platform/graphics/skia/PlatformContextSkia.h"
|
| #include "core/platform/network/ResourceError.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderView.h"
|
|
|