| Index: public/web/WebPluginContainer.h
|
| diff --git a/public/web/WebPluginContainer.h b/public/web/WebPluginContainer.h
|
| index ddbc6d48b09997dc593e68dd66d11028b91bda2f..1ce1d703b8f7a0588253f9f155e05f555f263f1e 100644
|
| --- a/public/web/WebPluginContainer.h
|
| +++ b/public/web/WebPluginContainer.h
|
| @@ -59,7 +59,7 @@ public:
|
|
|
| virtual void invalidate() = 0;
|
| virtual void invalidateRect(const WebRect&) = 0;
|
| - virtual void scrollRect(int dx, int dy, const WebRect&) = 0;
|
| + virtual void scrollRect(const WebRect&) = 0;
|
|
|
| // Causes the container to report its current geometry via
|
| // WebPlugin::updateGeometry.
|
|
|