Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1999)

Unified Diff: xfa/fwl/core/fwl_widgetimp.h

Issue 2017773002: Test CL. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/fwl/core/fwl_widgetimp.h
diff --git a/xfa/fwl/core/fwl_widgetimp.h b/xfa/fwl/core/fwl_widgetimp.h
index 8a887126e35417727fb92bedea351a002ec6b772..3a6e95dfb5580d1f65e0be33d644367e175c2c8d 100644
--- a/xfa/fwl/core/fwl_widgetimp.h
+++ b/xfa/fwl/core/fwl_widgetimp.h
@@ -19,6 +19,7 @@ class CFWL_AppImp;
class CFWL_MsgKey;
class CFWL_WidgetImpProperties;
class CFWL_WidgetMgr;
+class CXFA_FFWidget;
class IFWL_App;
class IFWL_DataProvider;
class IFWL_ThemeProvider;
@@ -80,8 +81,8 @@ class CFWL_WidgetImp {
CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);
uint32_t GetEventKey() const;
void SetEventKey(uint32_t key);
- void* GetLayoutItem() const;
- void SetLayoutItem(void* pItem);
+ CXFA_FFWidget* GetLayoutItem() const;
+ void SetLayoutItem(CXFA_FFWidget* pItem);
protected:
friend class CFWL_WidgetImpDelegate;
@@ -164,7 +165,7 @@ class CFWL_WidgetImp {
IFWL_WidgetDelegate* m_pCurDelegate;
IFWL_Widget* m_pOuter;
IFWL_Widget* m_pInterface;
- void* m_pLayoutItem;
+ CXFA_FFWidget* m_pLayoutItem;
int32_t m_iLock;
uint32_t m_nEventKey;
};

Powered by Google App Engine
This is Rietveld 408576698