Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: public/web/WebPluginContainer.h

Issue 348193002: Remove some dead scrolling paths and unused params (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebPopupMenuImpl.cpp ('k') | public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/web/WebPopupMenuImpl.cpp ('k') | public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698