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

Side by Side Diff: content/browser/renderer_host/ui_touch_selection_helper.h

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup - ready for review Created 5 years, 10 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 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.
4
5 #ifndef CONTENT_BROWSER_RENDERER_HOST_UI_TOUCH_SELECTION_HELPER_H_
6 #define CONTENT_BROWSER_RENDERER_HOST_UI_TOUCH_SELECTION_HELPER_H_
7
8 namespace cc {
9 struct ViewportSelectionBound;
10 }
11
12 namespace ui {
jdduke (slow) 2015/02/24 16:53:47 Let's go ahead and include the necessary ui::Selec
mohsen 2015/02/25 23:52:19 Sure. Done.
13 class SelectionBound;
14 }
15
16 namespace content {
17
18 ui::SelectionBound ConvertSelectionBound(
19 const cc::ViewportSelectionBound& bound);
20
21 } // namespace content
22
23 #endif // CONTENT_BROWSER_RENDERER_HOST_UI_TOUCH_SELECTION_HELPER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698