Roll src/third_party/skia 591a2ca:b3fe1b8
[chromium-blink-merge.git] / ui / app_list / views / app_list_view_observer.h
blobf9fb61c819d5780af5f00085a30bc8b8145a5f7e
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef UI_APP_LIST_VIEWS_APP_LIST_VIEW_OBSERVER_H_
6 #define UI_APP_LIST_VIEWS_APP_LIST_VIEW_OBSERVER_H_
8 namespace views {
9 class Widget;
12 namespace app_list {
14 class AppListViewObserver {
15 public:
16 virtual void OnActivationChanged(views::Widget* widget, bool active) = 0;
18 protected:
19 virtual ~AppListViewObserver() {}
22 } // namespace app_list
24 #endif // UI_APP_LIST_VIEWS_APP_LIST_VIEW_OBSERVER_H_