Break circular dependency between fxge and fpdfdoc.
Move some functions from core/fxge/cfx_color.h to
core/fpdfdoc/cpdf_color_utils.h, and move an enum from
core/fpdfdoc/cpdf_defaultappearance.h to core/fxge/cfx_renderdevice.h.
Change-Id: I9a58f486abaa2c1a1506388bd9a2951876c1207a
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/54910
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/fpdfsdk/pwl/cpwl_wnd.h b/fpdfsdk/pwl/cpwl_wnd.h
index 5b1c7cc..2fe605e 100644
--- a/fpdfsdk/pwl/cpwl_wnd.h
+++ b/fpdfsdk/pwl/cpwl_wnd.h
@@ -14,6 +14,7 @@
#include "core/fxcrt/observable.h"
#include "core/fxcrt/unowned_ptr.h"
#include "core/fxge/cfx_color.h"
+#include "core/fxge/cfx_renderdevice.h"
#include "fpdfsdk/cpdfsdk_formfillenvironment.h"
#include "fpdfsdk/cpdfsdk_widget.h"
#include "fpdfsdk/pwl/cpwl_timer.h"