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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index e807e4195f20105ec61094d3b75b229a6f8ac825..cd4553b7c03ae9e112485e1a2b3dd4b6a7bacc70 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -228,13 +228,13 @@ class WEB_EXPORT WebLocalFrameImpl final
int& margin_left) override;
WebString PageProperty(const WebString& property_name,
int page_index) override;
- void PrintPagesWithBoundaries(WebCanvas*, const WebSize&) override;
+ void PrintPagesForTesting(WebCanvas*, const WebSize&) override;
void DispatchMessageEventWithOriginCheck(
const WebSecurityOrigin& intended_target_origin,
const WebDOMEvent&) override;
- WebRect SelectionBoundsRect() const override;
+ WebRect GetSelectionBoundsRectForTesting() const override;
WebString GetLayerTreeAsTextForTesting(
bool show_debug_info = false) const override;
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698