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

Unified Diff: third_party/WebKit/public/web/WebRemoteFrameClient.h

Issue 2653963002: [Experimental] Supporting OOPIF printing
Patch Set: Rename service, fix for webview, and connect to DiscardableMemoryManager Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/public/web/WebPrintParams.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/public/web/WebPrintParams.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698