summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_widget.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-19 10:06:46 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-19 10:06:46 -0700
commite58febc04514694935fcdf00f604419a1e5076b0 (patch)
tree262fc62eef1e5a57fec4b159097ab4904afb4f17 /xfa/fwl/core/ifwl_widget.h
parent0ca71ec811e33818d2ccba3221fdb660811b813c (diff)
downloadpdfium-e58febc04514694935fcdf00f604419a1e5076b0.tar.xz
Remove SetDataProvider from IFWL_Widget
Method is not called, removed. Review-Url: https://chromiumcodereview.appspot.com/2433103002
Diffstat (limited to 'xfa/fwl/core/ifwl_widget.h')
-rw-r--r--xfa/fwl/core/ifwl_widget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
index ac213fefae..6d7d53c400 100644
--- a/xfa/fwl/core/ifwl_widget.h
+++ b/xfa/fwl/core/ifwl_widget.h
@@ -96,7 +96,6 @@ class IFWL_Widget {
const CFX_Matrix* pMatrix = nullptr);
IFWL_ThemeProvider* GetThemeProvider();
FWL_Error SetThemeProvider(IFWL_ThemeProvider* pThemeProvider);
- FWL_Error SetDataProvider(IFWL_DataProvider* pDataProvider);
IFWL_WidgetDelegate* SetDelegate(IFWL_WidgetDelegate* pDelegate);
IFWL_App* GetOwnerApp() const;
CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);