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

Unified Diff: webkit/mocks/mock_webframe.h

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 | « no previous file | webkit/mocks/mock_webframe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/mocks/mock_webframe.h
diff --git a/webkit/mocks/mock_webframe.h b/webkit/mocks/mock_webframe.h
index e49029dffd7188d461d057ea7dcd7a3031a4dfa2..cabd3c5a0903054e39b150cda2690fb21d70740d 100644
--- a/webkit/mocks/mock_webframe.h
+++ b/webkit/mocks/mock_webframe.h
@@ -71,6 +71,7 @@ class MockWebFrame : public WebKit::WebFrame {
virtual WebString encoding() const;
virtual void setCanHaveScrollbars(bool);
virtual WebSize scrollOffset() const;
+ virtual void setScrollOffset(const WebSize&);
virtual WebSize contentsSize() const;
virtual int contentsPreferredWidth() const;
virtual int documentElementScrollHeight() const;
« no previous file with comments | « no previous file | webkit/mocks/mock_webframe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698