summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webplugin_impl.h')
-rw-r--r--webkit/glue/webplugin_impl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h
index 64f964e..8d14792 100644
--- a/webkit/glue/webplugin_impl.h
+++ b/webkit/glue/webplugin_impl.h
@@ -229,11 +229,6 @@ class WebPluginImpl : public WebPlugin,
// Notifies the plugin about focus changes.
void setFocus();
- // Called by WebPluginContainer::show/hide, which overrides Widget show/hide.
- // This allows us to control the visible state of the plugin window.
- void show();
- void hide();
-
// Handle widget events.
void handleEvent(WebCore::Event* event);
void handleMouseEvent(WebCore::MouseEvent* event);
@@ -338,7 +333,6 @@ class WebPluginImpl : public WebPlugin,
WebFrameImpl* webframe_;
WebPluginDelegate* delegate_;
- bool visible_;
WebPluginContainer* widget_;