summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform/graphics/SkGraphicsContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/platform/graphics/SkGraphicsContext.cpp')
-rw-r--r--webkit/port/platform/graphics/SkGraphicsContext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/SkGraphicsContext.cpp b/webkit/port/platform/graphics/SkGraphicsContext.cpp
index 3a1b3c7..d89dbd0 100644
--- a/webkit/port/platform/graphics/SkGraphicsContext.cpp
+++ b/webkit/port/platform/graphics/SkGraphicsContext.cpp
@@ -27,6 +27,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#include "config.h"
#include "SkGraphicsContext.h"
#include <vssym32.h>
@@ -35,7 +36,7 @@
#include "base/gfx/native_theme.h"
#include "base/gfx/platform_canvas_win.h"
#include "base/gfx/skia_utils.h"
-#include "GraphicsContextPrivate.h"
+#include "GraphicsContextPlatformPrivate.h"
#include "NativeImageSkia.h"
#include "SkBitmap.h"