Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ash / desktop_background / desktop_background_view.h
index c25f9d9..8a598f3 100644 (file)
@@ -5,12 +5,15 @@
 #ifndef ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_VIEW_H_
 #define ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_VIEW_H_
 
+#include "ui/events/event.h"
 #include "ui/gfx/image/image_skia.h"
 #include "ui/views/context_menu_controller.h"
 #include "ui/views/view.h"
 
 namespace ash {
 
+class PreEventDispatchHandler;
+
 class DesktopBackgroundView : public views::View,
                               public views::ContextMenuController {
  public:
@@ -26,6 +29,7 @@ class DesktopBackgroundView : public views::View,
   virtual void ShowContextMenuForView(views::View* source,
                                       const gfx::Point& point,
                                       ui::MenuSourceType source_type) OVERRIDE;
+  scoped_ptr<PreEventDispatchHandler> pre_dispatch_handler_;
 
   DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundView);
 };