diff options
author | Lei Zhang <thestig@chromium.org> | 2018-08-22 14:38:30 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-22 14:38:30 +0000 |
commit | d4f4ce4b9c35db40d2dc3720ba07a83cff1b547d (patch) | |
tree | a9da9c73d0c59a492ef5ed48b6e3c4e85821b5fa /xfa/fxfa/cxfa_textprovider.h | |
parent | 3caad939aeadce0d4278c130ce19dfd0692a8b98 (diff) | |
download | pdfium-d4f4ce4b9c35db40d2dc3720ba07a83cff1b547d.tar.xz |
Simplify GetEmbeddedObj() methods.
Change-Id: I976a8841f1519310cbf934103336dc050a7c293d
Reviewed-on: https://pdfium-review.googlesource.com/40773
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_textprovider.h')
-rw-r--r-- | xfa/fxfa/cxfa_textprovider.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fxfa/cxfa_textprovider.h b/xfa/fxfa/cxfa_textprovider.h index d6f00056f0..eb16fe227b 100644 --- a/xfa/fxfa/cxfa_textprovider.h +++ b/xfa/fxfa/cxfa_textprovider.h @@ -35,9 +35,7 @@ class CXFA_TextProvider { CXFA_Para* GetParaIfExists(); CXFA_Font* GetFontIfExists(); bool IsCheckButtonAndAutoWidth() const; - Optional<WideString> GetEmbeddedObj(bool bURI, - bool bRaw, - const WideString& wsAttr); + Optional<WideString> GetEmbeddedObj(const WideString& wsAttr) const; private: CXFA_Node* m_pNode; // Raw, this class owned by tree node. |