summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_impl.h
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 22:46:22 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 22:46:22 +0000
commit9bd6f38ddfe66712e8e04de142ae64fa70ea5ada (patch)
tree3b403ff1b8f9a8b5590decdd2b781d4cff0dc499 /webkit/glue/webplugin_impl.h
parente2d8f6b652e5b99a1a1adcd98a5c9745cb843586 (diff)
downloadchromium_src-9bd6f38ddfe66712e8e04de142ae64fa70ea5ada.zip
chromium_src-9bd6f38ddfe66712e8e04de142ae64fa70ea5ada.tar.gz
chromium_src-9bd6f38ddfe66712e8e04de142ae64fa70ea5ada.tar.bz2
Plugin changes to make JSC build work.
Review URL: http://codereview.chromium.org/7883 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin_impl.h')
-rw-r--r--webkit/glue/webplugin_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h
index 827fa8c..70d4b89 100644
--- a/webkit/glue/webplugin_impl.h
+++ b/webkit/glue/webplugin_impl.h
@@ -66,6 +66,10 @@ class WebPluginContainer : public WebCore::Widget {
virtual void attachToWindow();
virtual void detachFromWindow();
+#if USE(JSC)
+ virtual bool isPluginView() const;
+#endif
+
// Returns window-relative rectangles that should clip this widget.
// Only rects that intersect the given bounds are relevant.
// Use this to implement iframe shim behavior.