Index: public/web/WebPluginContainer.h |
diff --git a/public/web/WebPluginContainer.h b/public/web/WebPluginContainer.h |
index ddbc6d48b09997dc593e68dd66d11028b91bda2f..f688fff80cca277a36eb0379cb1f5f47f4f8ac17 100644 |
--- a/public/web/WebPluginContainer.h |
+++ b/public/web/WebPluginContainer.h |
@@ -33,6 +33,8 @@ |
#include "../platform/WebCommon.h" |
+#define SCROLL_RECT_REQUIRES_NO_DELTA 1 |
+ |
struct NPObject; |
namespace blink { |
@@ -59,7 +61,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. |