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

Unified Diff: xfa/fwl/core/cfwl_widget.h

Issue 2467503003: Remove GetWidget() overrides (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « xfa/fwl/core/cfwl_pushbutton.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_widget.h
diff --git a/xfa/fwl/core/cfwl_widget.h b/xfa/fwl/core/cfwl_widget.h
index bf8f98e6e778500c9d1bb5dafc174430b6333047..64e6dc66fa9ed2b8419a383a62318ff1075a4552 100644
--- a/xfa/fwl/core/cfwl_widget.h
+++ b/xfa/fwl/core/cfwl_widget.h
@@ -24,8 +24,8 @@ class CFWL_Widget {
CFWL_Widget(const IFWL_App*);
virtual ~CFWL_Widget();
- virtual IFWL_Widget* GetWidget();
- virtual const IFWL_Widget* GetWidget() const;
+ IFWL_Widget* GetWidget();
+ const IFWL_Widget* GetWidget() const;
FWL_Error GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
FWL_Error SetWidgetRect(const CFX_RectF& rect);
« no previous file with comments | « xfa/fwl/core/cfwl_pushbutton.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698