diff options
Diffstat (limited to 'WebCore/platform/Widget.h')
-rw-r--r-- | WebCore/platform/Widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/Widget.h b/WebCore/platform/Widget.h index 45da67a..6303c6a 100644 --- a/WebCore/platform/Widget.h +++ b/WebCore/platform/Widget.h @@ -187,8 +187,8 @@ public: virtual bool isFrameView() const { return false; } virtual bool isPluginView() const { return false; } - // FIXME: The Mac plug-in code should inherit from PluginView. When this happens PluginWidget and PluginView can become one class. - virtual bool isPluginWidget() const { return false; } + // FIXME: The Mac plug-in code should inherit from PluginView. When this happens PluginViewBase and PluginView can become one class. + virtual bool isPluginViewBase() const { return false; } virtual bool isScrollbar() const { return false; } void removeFromParent(); |