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

Side by Side Diff: ui/views/widget/widget_observer_view.h

Issue 1518543002: Adds MD ink ripple animations to buttons within location bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds MD ink ripple animations to buttons within location bar (reverted a bad change) Created 4 years, 10 months 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 unified diff | Download patch
« ui/views/controls/button/button.h ('K') | « ui/views/views.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2012 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.
4
5 #ifndef UI_VIEWS_WIDGET_WIDGET_OBSERVER_VIEW_H_
6 #define UI_VIEWS_WIDGET_WIDGET_OBSERVER_VIEW_H_
7
8 #include "ui/views/view.h"
9 #include "ui/views/views_export.h"
10 #include "ui/views/widget/widget_observer.h"
11
12 namespace views {
13
14 class VIEWS_EXPORT WidgetObserverView : public WidgetObserver, public View {
15 public:
16 virtual void ObserveWidget(views::Widget* widget) {}
17 };
18
19 } // namespace views
20
21 #endif // UI_VIEWS_WIDGET_WIDGET_OBSERVER_VIEW_H_
sadrul 2016/01/28 17:45:06 I dislike this quite a bit. I don't think we shoul
varkha 2016/01/28 20:09:19 Done.
OLDNEW
« ui/views/controls/button/button.h ('K') | « ui/views/views.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698