summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-22 23:02:42 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-22 23:02:42 +0000
commit4a64f1788512deeb74275ba45a138e6e0af44d97 (patch)
treee3dffebe4b088996524cdf46847129c99d0a8bde /webkit
parentedf2446e7fc35186b96fa79ef23100d488beff3d (diff)
downloadchromium_src-4a64f1788512deeb74275ba45a138e6e0af44d97.zip
chromium_src-4a64f1788512deeb74275ba45a138e6e0af44d97.tar.gz
chromium_src-4a64f1788512deeb74275ba45a138e6e0af44d97.tar.bz2
Missed file in webkit
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/plugins/webplugin_delegate_impl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h
index 7d750ae..dc7374a 100644
--- a/webkit/glue/plugins/webplugin_delegate_impl.h
+++ b/webkit/glue/plugins/webplugin_delegate_impl.h
@@ -77,9 +77,8 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
virtual void URLRequestRouted(const std::string&url, bool notify_needed,
void* notify_data);
- bool windowless() const {
- return windowless_;
- }
+ bool windowless() const { return windowless_ ; }
+ gfx::Rect rect() const { return window_rect_; }
enum PluginQuirks {
PLUGIN_QUIRK_SETWINDOW_TWICE = 1,