From e737d243f6fde6e39cb6eab0569771faece5f382 Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Wed, 19 Nov 2008 18:59:56 +0000 Subject: Fix typo for Linux build. Review URL: http://codereview.chromium.org/11482 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5691 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h b/webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h index 840df24..4985c5b 100644 --- a/webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h +++ b/webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceLinux.h @@ -5,7 +5,7 @@ #ifndef BitmapPlatformDeviceLinux_h #define BitmapPlatformDeviceLinux_h -#include "PLatformDeviceLinux.h" +#include "PlatformDeviceLinux.h" #include "base/ref_counted.h" typedef struct _cairo_surface cairo_surface_t; -- cgit v1.1