diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 05:28:23 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 05:28:23 +0000 |
commit | c757731c71053d0607124715fee6fea12aee9809 (patch) | |
tree | 75d077a13dea30d2515983a0826418ae05f364f9 /webkit/port | |
parent | fbf0694995d3881fdef3741252daa58e69103163 (diff) | |
download | chromium_src-c757731c71053d0607124715fee6fea12aee9809.zip chromium_src-c757731c71053d0607124715fee6fea12aee9809.tar.gz chromium_src-c757731c71053d0607124715fee6fea12aee9809.tar.bz2 |
Try to fix the linux build again.
Review URL: http://codereview.chromium.org/8954
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port')
-rw-r--r-- | webkit/port/platform/graphics/PlatformContextSkia.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/port/platform/graphics/PlatformContextSkia.cpp b/webkit/port/platform/graphics/PlatformContextSkia.cpp index 2cc946a..2c6126f 100644 --- a/webkit/port/platform/graphics/PlatformContextSkia.cpp +++ b/webkit/port/platform/graphics/PlatformContextSkia.cpp @@ -34,7 +34,6 @@ #include "SkiaUtils.h" #include "base/gfx/image_operations.h" -#include "base/gfx/native_theme.h" #include "base/gfx/platform_canvas.h" #include "base/gfx/skia_utils.h" @@ -43,7 +42,7 @@ #include "SkShader.h" #include "SkDashPathEffect.h" -#if defined(OS_WIN) +#if PLATFORM(WIN_OS) #include <vssym32.h> #include "base/gfx/native_theme.h" #include "ThemeData.h" |