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

Unified Diff: webkit/mocks/mock_webframe.cc

Issue 6538049: For webkit_glue::MockWebFrame, define setScrollOffset() that will be soon introduced. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | « webkit/mocks/mock_webframe.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/mocks/mock_webframe.cc
diff --git a/webkit/mocks/mock_webframe.cc b/webkit/mocks/mock_webframe.cc
index cf382c32937c67931e16fcd1d3f24adeadb2109e..8a36e8dab9950be7f73a7408e75452a369a3e25e 100644
--- a/webkit/mocks/mock_webframe.cc
+++ b/webkit/mocks/mock_webframe.cc
@@ -44,6 +44,8 @@ WebSize MockWebFrame::scrollOffset() const {
return WebSize(0,0);
}
+void MockWebFrame::setScrollOffset(const WebSize&) {}
+
WebSize MockWebFrame::contentsSize() const {
return WebSize();
}
« no previous file with comments | « webkit/mocks/mock_webframe.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698