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

Unified Diff: third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation.typemap

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Code review changes (as to PS7) Created 4 years, 1 month 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
Index: third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation.typemap
diff --git a/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation.typemap b/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..9bbfe6f4ff676ea91c2b956af79882cecd68bc1d
--- /dev/null
+++ b/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation.typemap
@@ -0,0 +1,8 @@
+# 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.
+
+mojom = "//third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation.mojom"
+public_headers = [ "//third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h" ]
+traits_headers = [ "//third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationEnumTraits.h" ]
+type_mappings = [ "blink.mojom.ScreenOrientationLockType=::blink::WebScreenOrientationLockType" ]

Powered by Google App Engine
This is Rietveld 408576698