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

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

Issue 2923343005: Move printing-related methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... 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 1748b82dbae43dce2418b5cf112cb2b639d96a01..73d5376b44850ff4897b75f1602b9060a97061d6 100644
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
@@ -241,40 +241,6 @@ unsigned WebRemoteFrameImpl::UnloadListenerCount() const {
return 0;
}
-int WebRemoteFrameImpl::PrintBegin(const WebPrintParams&,
- const WebNode& constrain_to_node) {
- NOTREACHED();
- return 0;
-}
-
-float WebRemoteFrameImpl::PrintPage(int page_to_print, WebCanvas*) {
- NOTREACHED();
- return 0.0;
-}
-
-float WebRemoteFrameImpl::GetPrintPageShrink(int page) {
- NOTREACHED();
- return 0.0;
-}
-
-void WebRemoteFrameImpl::PrintEnd() {
- NOTREACHED();
-}
-
-bool WebRemoteFrameImpl::IsPrintScalingDisabledForPlugin(const WebNode&) {
- NOTREACHED();
- return false;
-}
-
-void WebRemoteFrameImpl::PrintPagesWithBoundaries(WebCanvas*, const WebSize&) {
- NOTREACHED();
-}
-
-WebRect WebRemoteFrameImpl::SelectionBoundsRect() const {
- NOTREACHED();
- return WebRect();
-}
-
WebLocalFrame* WebRemoteFrameImpl::CreateLocalChild(
WebTreeScopeType scope,
const WebString& name,
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698