summaryrefslogtreecommitdiff
path: root/xfa/fwl
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-05-18 14:01:15 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-18 14:01:16 -0700
commit0aae2a773cf51632b7808ab0e5b5c1635cf6a5fa (patch)
tree44ab45c6fba0487bb776fffb4dafe198fe8dbb32 /xfa/fwl
parentf1a52caa6756049922a16203c9a0faee92cc07c3 (diff)
downloadpdfium-0aae2a773cf51632b7808ab0e5b5c1635cf6a5fa.tar.xz
Remove Release() from CXFA_FWLTheme
Cleanup virtual overrides along the way. Add final to other class deriving from pure virtual interface. Review-Url: https://codereview.chromium.org/1988373002
Diffstat (limited to 'xfa/fwl')
-rw-r--r--xfa/fwl/lightwidget/cfwl_theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_theme.h b/xfa/fwl/lightwidget/cfwl_theme.h
index 1de1fb607c..effb31b04e 100644
--- a/xfa/fwl/lightwidget/cfwl_theme.h
+++ b/xfa/fwl/lightwidget/cfwl_theme.h
@@ -20,7 +20,7 @@ class IFWL_Widget;
class CFWL_ThemePart;
class CFWL_ThemeText;
-class CFWL_Theme : public IFWL_ThemeProvider {
+class CFWL_Theme final : public IFWL_ThemeProvider {
public:
CFWL_Theme();
~CFWL_Theme() override;