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

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

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.h
diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
index 0792d9a380f7241555346e510f78e99295bad678..e8692dfc3748c1a31d246dcab1e9bd5d5c9ec37b 100644
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
@@ -77,15 +77,6 @@ class CORE_EXPORT WebRemoteFrameImpl final
WebAssociatedURLLoader* CreateAssociatedURLLoader(
const WebAssociatedURLLoaderOptions&) override;
unsigned UnloadListenerCount() const override;
- int PrintBegin(const WebPrintParams&,
- const WebNode& constrain_to_node) override;
- float PrintPage(int page_to_print, WebCanvas*) override;
- float GetPrintPageShrink(int page) override;
- void PrintEnd() override;
- bool IsPrintScalingDisabledForPlugin(const WebNode&) override;
- void PrintPagesWithBoundaries(WebCanvas*, const WebSize&) override;
-
- WebRect SelectionBoundsRect() const override;
// WebRemoteFrame methods:
WebLocalFrame* CreateLocalChild(WebTreeScopeType,
« no previous file with comments | « content/shell/test_runner/pixel_dump.cc ('k') | third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698