| Index: fpdfsdk/cpdfsdk_baannot.cpp
 | 
| diff --git a/fpdfsdk/cpdfsdk_baannot.cpp b/fpdfsdk/cpdfsdk_baannot.cpp
 | 
| index 99dd2e05387e5ab0be761cb2d73551cc6f3ffb0b..d1d3a0f63a660a9b3eb8644e339a8957200d88af 100644
 | 
| --- a/fpdfsdk/cpdfsdk_baannot.cpp
 | 
| +++ b/fpdfsdk/cpdfsdk_baannot.cpp
 | 
| @@ -38,12 +38,8 @@ CFX_FloatRect CPDFSDK_BAAnnot::GetRect() const {
 | 
|    return m_pAnnot->GetRect();
 | 
|  }
 | 
|  
 | 
| -CFX_ByteString CPDFSDK_BAAnnot::GetType() const {
 | 
| -  return m_pAnnot->GetSubType();
 | 
| -}
 | 
| -
 | 
| -CFX_ByteString CPDFSDK_BAAnnot::GetSubType() const {
 | 
| -  return "";
 | 
| +CFX_ByteString CPDFSDK_BAAnnot::GetAnnotSubtype() const {
 | 
| +  return m_pAnnot->GetSubtype();
 | 
|  }
 | 
|  
 | 
|  void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice,
 | 
| 
 |