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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 2923343005: Move printing-related methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: . 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/web/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index e11c0ce62f817dee5a3720f4bb84408a1e080f84..bd187080c8738099ad2db9fbbd2169835a18735b 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -77,19 +77,10 @@ class WEB_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;
void DispatchMessageEventWithOriginCheck(
const WebSecurityOrigin& intended_target_origin,
const WebDOMEvent&) override;
- WebRect SelectionBoundsRect() const override;
-
// WebRemoteFrame methods:
WebLocalFrame* CreateLocalChild(WebTreeScopeType,
const WebString& name,

Powered by Google App Engine
This is Rietveld 408576698