DescriptionTidy up CPDFDOC_Environment.
- untabify as encountered.
- Only put single-statement method in .h file, move more
complex methods to .cpp (counting an if without braces as
a single statement, killing braces as needed).
- Move invariant arguments to constructor and make
corresponding members const.
- Make all members private and add accessor methods.
- Make existing accessor methods const where possible.
- Kill meaningless asserts.
- Add helper functions in place of duplicate code.
- Rename GetCurrentDoc() to GetSDKDocument(), since the class
has two document members, one of CPDF_Document and one of
CPDFSDK_Document, making it clear which one you get.
- Simplify some logic with early returns.
R=thestig@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/fb07e2843dad0774d5842c2b08e7792164efc14a
Patch Set 1 #
Total comments: 40
Patch Set 2 : Nits. #
Messages
Total messages: 6 (1 generated)
|