blob: 9a6c556e32fe8d229d0d3eb46712ee58bd1b25c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pdf/out_of_process_instance.cc.orig 2022-02-28 16:54:41 UTC
+++ pdf/out_of_process_instance.cc
@@ -74,7 +74,7 @@
#include "ui/gfx/geometry/size.h"
#include "url/gurl.h"
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
#include "pdf/ppapi_migration/pdfium_font_linux.h"
#endif
@@ -734,7 +734,7 @@ void OutOfProcessInstance::RotateCounterclockwise() {
}
void OutOfProcessInstance::SetLastPluginInstance() {
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
SetLastPepperInstance(this);
#endif
}
|