1 // Copyright (c) 2011 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_BASE_HIT_TEST_H_
6 #define UI_BASE_HIT_TEST_H_
10 // Defines the same symbolic names used by the WM_NCHITTEST Notification under
11 // win32 (the integer values are not guaranteed to be equivalent). We do this
12 // because we have a whole bunch of code that deals with window resizing and
13 // such that requires these values.
43 #endif // !defined(OS_WIN)
45 #endif // UI_BASE_HIT_TEST_H_