| 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;
|
|
|