summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics
diff options
context:
space:
mode:
authorNicolas Roard <nicolas@android.com>2009-08-12 16:45:28 +0100
committerNicolas Roard <nicolas@android.com>2009-08-12 16:45:28 +0100
commit0240f63f8fed2510d7a814ad1b8628f54ab826ff (patch)
tree060ad06423782f4da83165942342bfc35195917a /WebCore/platform/graphics
parent95e3d862bbab761f8caaf1d1b54065f67b9a5148 (diff)
downloadexternal_webkit-0240f63f8fed2510d7a814ad1b8628f54ab826ff.zip
external_webkit-0240f63f8fed2510d7a814ad1b8628f54ab826ff.tar.gz
external_webkit-0240f63f8fed2510d7a814ad1b8628f54ab826ff.tar.bz2
Fix typo
Diffstat (limited to 'WebCore/platform/graphics')
-rw-r--r--WebCore/platform/graphics/Gradient.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/Gradient.h b/WebCore/platform/graphics/Gradient.h
index bb4ac94..7f01251 100644
--- a/WebCore/platform/graphics/Gradient.h
+++ b/WebCore/platform/graphics/Gradient.h
@@ -89,8 +89,7 @@ namespace WebCore {
#if PLATFORM(ANDROID) && PLATFORM(SGL)
SkShader* getShader(SkShader::TileMode);
- PlatformGradient platformGradient();
-#else
+#endif
PlatformGradient platformGradient();
#endif