Add missing geometry includes in pdfium_engine_exports.h
Change-Id: I93f7c19b84f65427ddaa7aba878a91f477276179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5866960 Reviewed-by: Andy Phan <andyphan@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tomasz Moniuszko <tmoniuszko@opera.com> Cr-Commit-Position: refs/heads/main@{#1357521}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b8a7954ca3
commit
77e26606bb
@ -8,6 +8,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/span.h"
|
||||
@ -15,6 +16,8 @@
|
||||
#include "build/build_config.h"
|
||||
#include "pdf/document_metadata.h"
|
||||
#include "services/screen_ai/buildflags/buildflags.h"
|
||||
#include "ui/gfx/geometry/rect.h"
|
||||
#include "ui/gfx/geometry/size.h"
|
||||
#include "ui/gfx/geometry/size_f.h"
|
||||
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
@ -22,8 +25,6 @@
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_CHROMEOS)
|
||||
#include <optional>
|
||||
|
||||
#include "pdf/flatten_pdf_result.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user