Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / views / top_icon_animation_view.h
index c50d122..02790a9 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#ifndef UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H
-#define UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H
+#ifndef UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H_
+#define UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H_
 
 #include "base/observer_list.h"
 #include "ui/compositor/layer_animation_observer.h"
@@ -59,6 +59,7 @@ class TopIconAnimationView : public views::View,
 
   // ui::ImplicitAnimationObserver overrides:
   virtual void OnImplicitAnimationsCompleted() OVERRIDE;
+  virtual bool RequiresNotificationWhenAnimatorDestroyed() const OVERRIDE;
 
   gfx::Size icon_size_;
   views::ImageView* icon_;  // Owned by views hierarchy.
@@ -74,4 +75,4 @@ class TopIconAnimationView : public views::View,
 
 }  // namespace app_list
 
-#endif  // UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H
+#endif  // UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H_