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

Unified Diff: sky/framework/editing/keyboard.dart

Issue 983213005: Move material Input component into sky/framework (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/framework/editing/editable_text.dart ('k') | sky/framework/input.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/editing/keyboard.dart
diff --git a/sky/examples/editor/keyboard.dart b/sky/framework/editing/keyboard.dart
similarity index 92%
rename from sky/examples/editor/keyboard.dart
rename to sky/framework/editing/keyboard.dart
index c958e489ac1036bca7b94f6c8323f09ddfaee946..5cdfb2c94e7cfbf4d8262851ada3abbd00c3236f 100644
--- a/sky/examples/editor/keyboard.dart
+++ b/sky/framework/editing/keyboard.dart
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import '../../framework/shell.dart' as shell;
+import '../shell.dart' as shell;
import 'package:sky/services/keyboard/keyboard.mojom.dart';
class _KeyboardConnection {
« no previous file with comments | « sky/framework/editing/editable_text.dart ('k') | sky/framework/input.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698