summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.h
diff options
context:
space:
mode:
authorpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-09 00:53:03 +0000
committerpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-09 00:53:03 +0000
commit6981f7fbffeccc0f691270627d269cb777e86c93 (patch)
tree849333c44b75e3f0e08f0c137f6c37fb39d212d1 /chrome/browser/plugin_process_host.h
parentd92d3ce3a7a8ed672d2a4b97e455032ff8fcf57c (diff)
downloadchromium_src-6981f7fbffeccc0f691270627d269cb777e86c93.zip
chromium_src-6981f7fbffeccc0f691270627d269cb777e86c93.tar.gz
chromium_src-6981f7fbffeccc0f691270627d269cb777e86c93.tar.bz2
BSD port: Another chunk of chrome/ ifdef changes
Review URL: http://codereview.chromium.org/652186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r--chrome/browser/plugin_process_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h
index 3140c9b..079ca85 100644
--- a/chrome/browser/plugin_process_host.h
+++ b/chrome/browser/plugin_process_host.h
@@ -118,7 +118,7 @@ class PluginProcessHost : public ChildProcessHost,
gfx::NativeWindow caller_window);
#endif
-#if defined(OS_LINUX)
+#if defined(USE_X11)
void OnMapNativeViewId(gfx::NativeViewId id, gfx::PluginWindowHandle* output);
#endif