commit | 58842d1db5b67ef5797c264fce0da4a236a0a10e | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Sat Jun 05 01:38:48 2021 +0000 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 05 01:38:48 2021 +0000 |
tree | 424a055fa0ceb7824dae3d30f032b0147b4945ac | |
parent | 685fad3af9f4dee86af6676cff06ebeec6608f46 [diff] [blame] |
Rename enum CFWL_Part to CFWL_ThemePart::Part. Also rename the enum values to kFoo and fix a lint error in cfwl_themepart.h. Bug: pdfium:547 Change-Id: I472970c01091f191788d585d310d55c5814679ec Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/81490 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/xfa/fwl/cfwl_picturebox.cpp b/xfa/fwl/cfwl_picturebox.cpp index de4e2ba..c212c29 100644 --- a/xfa/fwl/cfwl_picturebox.cpp +++ b/xfa/fwl/cfwl_picturebox.cpp
@@ -28,7 +28,7 @@ return; if (HasBorder()) - DrawBorder(pGraphics, CFWL_Part::Border, matrix); + DrawBorder(pGraphics, CFWL_ThemePart::Part::kBorder, matrix); } void CFWL_PictureBox::OnDrawWidget(CFGAS_GEGraphics* pGraphics,