summaryrefslogtreecommitdiffstats
path: root/webkit/mocks/mock_webframe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/mocks/mock_webframe.cc')
-rw-r--r--webkit/mocks/mock_webframe.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/mocks/mock_webframe.cc b/webkit/mocks/mock_webframe.cc
index 44cc690..773b5a1 100644
--- a/webkit/mocks/mock_webframe.cc
+++ b/webkit/mocks/mock_webframe.cc
@@ -303,6 +303,9 @@ bool MockWebFrame::selectWordAroundCaret() {
return false;
}
+void MockWebFrame::selectRange(const WebPoint& start, const WebPoint& end) {
+}
+
int MockWebFrame::printBegin(const WebSize& pageSize,
const WebNode& constrainToNode,
int printerDPI,