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

Side by Side Diff: ui/views/views_switches.h

Issue 22891016: Add support for rect-based event targeting in views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests added Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 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.
4
5 #ifndef UI_VIEWS_VIEWS_SWITCHES_H_
6 #define UI_VIEWS_VIEWS_SWITCHES_H_
7
8 #include "ui/views/views_export.h"
9
10 #include "build/build_config.h"
11
12 namespace views {
13 namespace switches {
14
15 // Please keep alphabetized.
16
17 #if defined(OS_CHROMEOS)
sky 2013/10/30 14:03:49 I wouldn't bother ifdefing this now.
tdanderson 2013/10/30 20:55:50 Done.
18 VIEWS_EXPORT extern const char kViewsUseRectBasedTargeting[];
19 #endif
20
21 // Returns true if rect-based targeting in views should be used.
22 VIEWS_EXPORT bool UseRectBasedTargeting();
23
24 } // namespace switches
25 } // namespace views
26
27 #endif // UI_VIEWS_VIEWS_SWITCHES_H_
OLDNEW
« ui/views/view.cc ('K') | « ui/views/views.gyp ('k') | ui/views/views_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698