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

Unified Diff: third_party/WebKit/public/public_typemaps.gni

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Codereview update 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/public_typemaps.gni
diff --git a/third_party/WebKit/public/public_typemaps.gni b/third_party/WebKit/public/public_typemaps.gni
index 01301e2b9409544197154383233a95c12a94a057..4a3167e2880a4d74283f3694afc42c9256dcdb28 100644
--- a/third_party/WebKit/public/public_typemaps.gni
+++ b/third_party/WebKit/public/public_typemaps.gni
@@ -5,5 +5,6 @@
# These are typemaps which are shared between Blink public and its embedder.
typemaps = [
"//third_party/WebKit/public/platform/referrer_policy.typemap",
+ "//third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap",
"//third_party/WebKit/public/web/window_features.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698