summaryrefslogtreecommitdiffstats
path: root/src/core/print_view_manager_base_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/print_view_manager_base_qt.h')
-rw-r--r--src/core/print_view_manager_base_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/print_view_manager_base_qt.h b/src/core/print_view_manager_base_qt.h
index 511a104bf..4e4c8bde2 100644
--- a/src/core/print_view_manager_base_qt.h
+++ b/src/core/print_view_manager_base_qt.h
@@ -149,7 +149,9 @@ private:
base::Closure m_quitClosure;
bool m_isInsideInnerMessageLoop;
+#if !defined(OS_MACOSX)
bool m_isExpectingFirstPage;
+#endif
bool m_didPrintingSucceed;
scoped_refptr<printing::PrintQueriesQueue> m_printerQueriesQueue;
// content::WebContentsObserver implementation.