diff options
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 305d4f7..8a22538 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -134,6 +134,12 @@ class WebPluginDelegateImpl : public webkit_glue::WebPluginDelegate { } #endif +#if !defined(OS_MACOSX) + gfx::PluginWindowHandle windowed_handle() const { + return windowed_handle_; + } +#endif + private: friend class DeleteTask<WebPluginDelegateImpl>; friend class webkit_glue::WebPluginDelegate; |