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

Unified Diff: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp

Issue 2936423003: Move Get/SetScrollOffset methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: Added TODOs as suggested by dcheng@ (this patchset also accidentally includes a rebase...). Created 3 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: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
index bb30a26fa24d644d544e7a93b5eb450a8cd60c5e..6c5210cae0439983d6d6bd488518aeb0d596add2 100644
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
@@ -90,15 +90,6 @@ void WebRemoteFrameImpl::SetName(const WebString&) {
NOTREACHED();
}
-WebSize WebRemoteFrameImpl::GetScrollOffset() const {
- NOTREACHED();
- return WebSize();
-}
-
-void WebRemoteFrameImpl::SetScrollOffset(const WebSize&) {
- NOTREACHED();
-}
-
WebSize WebRemoteFrameImpl::ContentsSize() const {
NOTREACHED();
return WebSize();

Powered by Google App Engine
This is Rietveld 408576698