зеркало из https://github.com/electron/electron.git
Fixing pdf print errors on Windows build
This commit is contained in:
Родитель
8f00240c73
Коммит
7b17f15703
chromium_src/chrome/browser/printing
|
@ -25,6 +25,7 @@
|
|||
#if defined(OS_WIN)
|
||||
#include "chrome/browser/printing/pdf_to_emf_converter.h"
|
||||
#include "printing/pdf_render_settings.h"
|
||||
#include "printing/metafile.h"
|
||||
#endif
|
||||
|
||||
using base::TimeDelta;
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
|
||||
#if defined(OS_WIN)
|
||||
#include "printing/printed_page_win.h"
|
||||
#endif
|
||||
|
||||
namespace base {
|
||||
class RefCountedMemory;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче