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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2802903002: Move PrintBrowser from SPV2 to SPV1 (Closed)
Patch Set: Only call PrintContext::end() if we are exiting Print mode not PrintBrowser mode Created 3 years, 8 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/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index fc031a82fd5e5cc7d1038f35ed2e5e08021f4d00..35055778a11322d344c0983656e90dbc0a20eae7 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -2966,7 +2966,6 @@ void FrameView::setupPrintContext() {
void FrameView::clearPrintContext() {
if (!m_printContext)
return;
- m_printContext->end();
pdr. 2017/04/10 00:24:34 Did you mean to remove this? I think we still want
m_printContext.clear();
}

Powered by Google App Engine
This is Rietveld 408576698