Index: xfa/fwl/theme/cfwl_barcodetp.cpp |
diff --git a/xfa/fwl/theme/barcodetp.cpp b/xfa/fwl/theme/cfwl_barcodetp.cpp |
similarity index 96% |
rename from xfa/fwl/theme/barcodetp.cpp |
rename to xfa/fwl/theme/cfwl_barcodetp.cpp |
index da10d7a3446b965f3771f902a45a9084b804423c..0edc29b7757aa98551fd77731af95e297db9a34c 100644 |
--- a/xfa/fwl/theme/barcodetp.cpp |
+++ b/xfa/fwl/theme/cfwl_barcodetp.cpp |
@@ -4,13 +4,14 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/include/fwl/theme/barcodetp.h" |
+#include "xfa/fwl/theme/cfwl_barcodetp.h" |
#include "xfa/fwl/basewidget/ifwl_barcode.h" |
#include "xfa/fwl/core/cfwl_themebackground.h" |
#include "xfa/fwl/core/ifwl_widget.h" |
CFWL_BarcodeTP::CFWL_BarcodeTP() {} |
+ |
CFWL_BarcodeTP::~CFWL_BarcodeTP() {} |
FX_BOOL CFWL_BarcodeTP::IsValidWidget(IFWL_Widget* pWidget) { |
@@ -18,6 +19,7 @@ FX_BOOL CFWL_BarcodeTP::IsValidWidget(IFWL_Widget* pWidget) { |
return FALSE; |
return pWidget->GetClassID() == FWL_CLASSHASH_Barcode; |
} |
+ |
FX_BOOL CFWL_BarcodeTP::DrawBackground(CFWL_ThemeBackground* pParams) { |
if (!pParams) |
return FALSE; |