summaryrefslogtreecommitdiff
path: root/xfa/fwl/lightwidget/cfwl_picturebox.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-19 07:59:25 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-19 07:59:25 -0700
commit0ca71ec811e33818d2ccba3221fdb660811b813c (patch)
treed94dce266dd67bbe94f5c73960734e7b5b691dd1 /xfa/fwl/lightwidget/cfwl_picturebox.cpp
parentc273e8f5006aa7d91d37a5da021dbbabb8721e5b (diff)
downloadpdfium-0ca71ec811e33818d2ccba3221fdb660811b813c.tar.xz
Remove FWL Create methods, use new instead
Review-Url: https://chromiumcodereview.appspot.com/2422303003
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_picturebox.cpp')
-rw-r--r--xfa/fwl/lightwidget/cfwl_picturebox.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_picturebox.cpp b/xfa/fwl/lightwidget/cfwl_picturebox.cpp
index 8e0cc60b09..e6328e72ff 100644
--- a/xfa/fwl/lightwidget/cfwl_picturebox.cpp
+++ b/xfa/fwl/lightwidget/cfwl_picturebox.cpp
@@ -16,10 +16,6 @@ const IFWL_PictureBox* CFWL_PictureBox::GetWidget() const {
return static_cast<IFWL_PictureBox*>(m_pIface.get());
}
-CFWL_PictureBox* CFWL_PictureBox::Create() {
- return new CFWL_PictureBox;
-}
-
FWL_Error CFWL_PictureBox::Initialize(
const CFWL_WidgetProperties* pProperties) {
if (m_pIface)