Chromium Code Reviews| Index: xfa/fxfa/app/xfa_ffnotify.h |
| diff --git a/xfa/fxfa/app/xfa_ffnotify.h b/xfa/fxfa/app/xfa_ffnotify.h |
| index 6bf39ee6d2d60a7dc73ddbbc9847114b649614b2..31b57fa931927fd2e9c2f886ac9998df7302f46c 100644 |
| --- a/xfa/fxfa/app/xfa_ffnotify.h |
| +++ b/xfa/fxfa/app/xfa_ffnotify.h |
| @@ -82,20 +82,8 @@ class CXFA_FFNotify { |
| void* pParam2); |
| void OnLayoutItemRemoving(CXFA_FFDocView* pDocView, |
| CXFA_LayoutProcessor* pLayout, |
| - CXFA_LayoutItem* pSender, |
| - void* pParam, |
| - void* pParam2); |
| - void OnLayoutItemRectChanged(CXFA_FFDocView* pDocView, |
| - CXFA_LayoutProcessor* pLayout, |
| - CXFA_LayoutItem* pSender, |
| - void* pParam, |
| - void* pParam2); |
| - void OnLayoutItemStatustChanged(CXFA_FFDocView* pDocView, |
| - CXFA_LayoutProcessor* pLayout, |
| - CXFA_LayoutItem* pSender, |
| - void* pParam, |
| - void* pParam2); |
| - CXFA_FFDoc* m_pDoc; |
| + CXFA_LayoutItem* pSender); |
| + CXFA_FFDoc* const m_pDoc; |
|
Tom Sepez
2016/04/14 22:45:43
nit: blank line between methods and members.
Lei Zhang
2016/04/15 01:16:40
All the methods have become public by patch set 10
|
| }; |
| #endif // XFA_FXFA_APP_XFA_FFNOTIFY_H_ |