1 // Copyright 2015 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 SelectionStrategy_h
6 #define SelectionStrategy_h
10 enum class SelectionStrategy
{
11 // Always using CharacterGranularity
13 // Switches between WordGranularity and CharacterGranularity
14 // Depending on whether the selection or growing or shrinking
20 #endif // SelectionStrategy_h