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

Unified Diff: Source/web/WebPluginContainerImpl.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/WebPagePopupImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginContainerImpl.h
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
index 46728ee49c15c26f3ee90f5d85531522531f6e4b..fcc38962f76cab0d4ae38d534376359ffec2f015 100644
--- a/Source/web/WebPluginContainerImpl.h
+++ b/Source/web/WebPluginContainerImpl.h
@@ -101,7 +101,7 @@ public:
virtual WebElement element() OVERRIDE;
virtual void invalidate() OVERRIDE;
virtual void invalidateRect(const WebRect&) OVERRIDE;
- virtual void scrollRect(int dx, int dy, const WebRect&) OVERRIDE;
+ virtual void scrollRect(const WebRect&) OVERRIDE;
virtual void reportGeometry() OVERRIDE;
virtual void allowScriptObjects() OVERRIDE;
virtual void clearScriptObjects() OVERRIDE;
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698