Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / focusable_border.h
index bad888e..b8f9aa7 100644 (file)
@@ -21,6 +21,7 @@ namespace views {
 class VIEWS_EXPORT FocusableBorder : public Border {
  public:
   FocusableBorder();
+  virtual ~FocusableBorder();
 
   // Sets the insets of the border.
   void SetInsets(int top, int left, int bottom, int right);