summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/Widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/Widget.h')
-rw-r--r--WebCore/platform/Widget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/Widget.h b/WebCore/platform/Widget.h
index 089a1e9..85612ed 100644
--- a/WebCore/platform/Widget.h
+++ b/WebCore/platform/Widget.h
@@ -232,6 +232,10 @@ public:
const String edjeThemeRecursive() const;
#endif
+#if PLATFORM(CHROMIUM)
+ virtual bool isPluginContainer() const { return false; }
+#endif
+
// Virtual methods to convert points to/from the containing ScrollView
virtual IntRect convertToContainingView(const IntRect&) const;
virtual IntRect convertFromContainingView(const IntRect&) const;