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

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
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.

Powered by Google App Engine
This is Rietveld 408576698