diff options
Diffstat (limited to 'third_party/WebKit/Source/web/WebLocalFrameImpl.h')
-rw-r--r-- | third_party/WebKit/Source/web/WebLocalFrameImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h index afb6358..7d89f79 100644 --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h @@ -186,6 +186,7 @@ public: void printEnd() override; bool isPrintScalingDisabledForPlugin(const WebNode&) override; bool getPrintPresetOptionsForPlugin(const WebNode&, WebPrintPresetOptions*) override; + bool isPrinting() const override { return !!m_printContext; } bool hasCustomPageSizeStyle(int pageIndex) override; bool isPageBoxVisible(int pageIndex) override; void pageSizeAndMarginsInPixels( |