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

Side by Side Diff: components/arc/common/focus_highlight.mojom

Issue 2559663002: Support focus highlight in Android window (Closed)
Patch Set: Created 4 years 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 2016 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 // Next MinVersion: 1
6
7 module arc.mojom;
8
9 import "screen_rect.mojom";
10
11 // Next method ID: 1
12 interface FocusHighlightHost {
13 OnViewFocused@0(ScreenRect rect);
14 };
15
16 // Next method ID: 1
17 interface FocusHighlightInstance {
18 Init@0(FocusHighlightHost host);
19 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698