Index: content/common/screen_orientation_interface.mojom |
diff --git a/content/common/screen_orientation_interface.mojom b/content/common/screen_orientation_interface.mojom |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7013fe449abb39a85efea870d2ac393bee9248bd |
--- /dev/null |
+++ b/content/common/screen_orientation_interface.mojom |
@@ -0,0 +1,13 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+module content.mojom; |
+ |
+import "third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation.mojom"; |
+ |
+interface ScreenOrientation { |
mlamouri (slow - plz ping)
2016/11/13 00:26:35
Can we call this screen_orientation.mojom? Would b
lunalu1
2016/11/16 18:46:58
Yes, and renamed the other file screen_orientation
|
+ LockOrientation(blink.mojom.ScreenOrientationLockType orientation) => |
+ (blink.mojom.ScreenOrientationLockResult result); |
+ UnlockOrientation(); |
+}; |