summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_flash_impl.h
diff options
context:
space:
mode:
authorchromium@hybridsource.org <chromium@hybridsource.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 23:44:58 +0000
committerchromium@hybridsource.org <chromium@hybridsource.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 23:44:58 +0000
commit2ec8df5602bedf518d0119005690b101d5b598ef (patch)
tree04b9d44fdc22ceab2d10a02108765729062241c4 /webkit/plugins/ppapi/ppb_flash_impl.h
parent88efcce0d60e09489d8a3761f4c8fd0d4b51c625 (diff)
downloadchromium_src-2ec8df5602bedf518d0119005690b101d5b598ef.zip
chromium_src-2ec8df5602bedf518d0119005690b101d5b598ef.tar.gz
chromium_src-2ec8df5602bedf518d0119005690b101d5b598ef.tar.bz2
Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, so that these files can be used on multiple POSIX platforms.
Review URL: http://codereview.chromium.org/6990051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/ppb_flash_impl.h')
-rw-r--r--webkit/plugins/ppapi/ppb_flash_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_flash_impl.h b/webkit/plugins/ppapi/ppb_flash_impl.h
index 45d04d0..c0348d3 100644
--- a/webkit/plugins/ppapi/ppb_flash_impl.h
+++ b/webkit/plugins/ppapi/ppb_flash_impl.h
@@ -30,7 +30,7 @@ class PPB_Flash_Impl {
uint32_t glyph_count,
const uint16_t glyph_indices[],
const PP_Point glyph_advances[])
-#if defined(OS_LINUX)
+#if defined(OS_POSIX) && !defined(OS_MACOSX)
;
#else
{ return PP_FALSE; }