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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrameView.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
Index: third_party/WebKit/Source/core/frame/RemoteFrameView.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameView.h b/third_party/WebKit/Source/core/frame/RemoteFrameView.h
index c117abb58970d6949410abd4d7cfbf528499faf4..feb3949e4a7f8fbd0bab7a80138b094638810c58 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrameView.h
+++ b/third_party/WebKit/Source/core/frame/RemoteFrameView.h
@@ -13,7 +13,7 @@ namespace blink {
class RemoteFrame;
-class RemoteFrameView final : public Widget {
+class RemoteFrameView final : public Widget, public DisplayItemClient {
public:
static RemoteFrameView* create(RemoteFrame*);
@@ -35,6 +35,13 @@ class RemoteFrameView final : public Widget {
void hide() override;
void show() override;
void setParentVisible(bool) override;
+ void paint(GraphicsContext&, const CullRect&) const override;
+
+ // DisplayItemClient
+ LayoutRect visualRect() const override;
+ String debugName() const override;
+
+ int print(const IntRect&, int) const;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/frame/RemoteFrameClient.h ('k') | third_party/WebKit/Source/core/frame/RemoteFrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698