diff options
author | tsepez <tsepez@chromium.org> | 2016-04-14 15:32:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-14 15:32:35 -0700 |
commit | 70c5520270ab41b71e8ae8d2e888b9ba25383190 (patch) | |
tree | edfa22ea2a5eec835fa13394b034b416fe58312d /xfa/fxfa/include/xfa_ffpageview.h | |
parent | ff242e0b62173718a6e98aee1306ac48f6372572 (diff) | |
download | pdfium-70c5520270ab41b71e8ae8d2e888b9ba25383190.tar.xz |
Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName.
Avoids downgrade followed by duplication of existing strings.
Review URL: https://codereview.chromium.org/1891673003
Diffstat (limited to 'xfa/fxfa/include/xfa_ffpageview.h')
-rw-r--r-- | xfa/fxfa/include/xfa_ffpageview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/include/xfa_ffpageview.h b/xfa/fxfa/include/xfa_ffpageview.h index dcac3f1106..75e418b25b 100644 --- a/xfa/fxfa/include/xfa_ffpageview.h +++ b/xfa/fxfa/include/xfa_ffpageview.h @@ -87,7 +87,7 @@ class CXFA_FFTabOrderPageWidgetIterator : public IXFA_WidgetIterator { protected: CXFA_FFWidget* GetTraverseWidget(CXFA_FFWidget* pWidget); - CXFA_FFWidget* FindWidgetByName(const CFX_WideStringC& wsWidgetName, + CXFA_FFWidget* FindWidgetByName(const CFX_WideString& wsWidgetName, CXFA_FFWidget* pRefWidget); void CreateTabOrderWidgetArray(); void CreateSpaceOrderWidgetArray(CXFA_WidgetArray& WidgetArray); |