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

Side by Side Diff: components/viz/base/switches.h

Issue 2908783002: WIP Hittest Component.
Patch Set: change HitTestFlags to constants so we can mix and match and convert to struct naming convention Created 3 years, 6 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
OLDNEW
(Empty)
1 // Copyright (c) 2017 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 // Defines all the "viz" command-line switches.
6
7 #ifndef VIZ_BASE_SWITCHES_H_
8 #define VIZ_BASE_SWITCHES_H_
9
10 #include "components/viz/base/base_export.h"
11
12 namespace viz {
13 namespace switches {
14
15 VIZ_BASE_EXPORT extern const char kUseVizHitTest[];
16
17 } // namespace switches
18 } // namespace viz
19
20 #endif // VIZ_BASE_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698