Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / core / layout / api / HitTestAction.h
blob2be40edf01c781c9599c8ab127675aa266426175
1 // Copyright 2014 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 HitTestAction_h
6 #define HitTestAction_h
8 namespace blink {
10 enum HitTestAction {
11 HitTestBlockBackground,
12 HitTestChildBlockBackground,
13 HitTestChildBlockBackgrounds,
14 HitTestFloat,
15 HitTestForeground
18 } // namespace blink
20 #endif // HitTestAction_h