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

Unified Diff: xfa/fwl/lightwidget/cfwl_widget.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/lightwidget/cfwl_widget.h
diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h
index ea176270638187d3ce0e2412d8922844e2679c1d..f0ca1575cfb2a2dc42cffe386276306d12f474be 100644
--- a/xfa/fwl/lightwidget/cfwl_widget.h
+++ b/xfa/fwl/lightwidget/cfwl_widget.h
@@ -16,6 +16,7 @@ class CFWL_Message;
class CFWL_Widget;
class CFWL_WidgetDelegate;
class CFWL_WidgetMgr;
+class CXFA_FFWidget;
class CFWL_Widget {
public:
@@ -41,8 +42,8 @@ class CFWL_Widget {
uint32_t dwStylesExRemoved);
uint32_t GetStates();
void SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE);
- void* GetLayoutItem() const;
- void SetLayoutItem(void* pItem);
+ CXFA_FFWidget* GetLayoutItem() const;
+ void SetLayoutItem(CXFA_FFWidget* pItem);
FWL_Error SetPrivateData(void* module_id,
void* pData,

Powered by Google App Engine
This is Rietveld 408576698