Chromium Code Reviews| Index: third_party/WebKit/public/web/WebRemoteFrameClient.h |
| diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h |
| index 4cf7118d364634fd8307ba3b73f434dbbb281b3e..e633f66c92528c712dc41908aba0cb5e9c837474 100644 |
| --- a/third_party/WebKit/public/web/WebRemoteFrameClient.h |
| +++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h |
| @@ -57,6 +57,8 @@ class WebRemoteFrameClient { |
| // This frame was focused by another frame. |
| virtual void frameFocused() {} |
| + |
| + virtual int print(const WebRect&, int page_num) { return 0; } |
| }; |
| } // namespace blink |