diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r-- | chrome/browser/plugin_process_host.h | 2 |
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 |