DescriptionRemove 'inline' from two methods.
The methods are only defined in the cpp and thus can't always be inlined,
the methods are virtual and so can only be inlined when the concrete type
is known, and inline functions need their definition available in all
translation units.
So just remove the 'inline'.
BUG=none
R=bo_xu@foxitsoftware.com
Committed: https://pdfium.googlesource.com/pdfium/+/3b07e75
Patch Set 1 #
Total comments: 4
Messages
Total messages: 11 (0 generated)
|