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

Unified Diff: Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl

Issue 132113006: Add initial Blink-side support for the Screen Orientation API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add locked-no-orientation-change-event.html layout test Created 6 years, 10 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
Index: Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl
diff --git a/Source/bindings/tests/idls/TestSpecialOperationsNotEnumerable.idl b/Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl
similarity index 50%
copy from Source/bindings/tests/idls/TestSpecialOperationsNotEnumerable.idl
copy to Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl
index 0aed31bbc764e7fe20119ec393209391b5f3013c..0cbc509905d1f382964fd8780590001ef57a84e0 100644
--- a/Source/bindings/tests/idls/TestSpecialOperationsNotEnumerable.idl
+++ b/Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface TestSpecialOperationsNotEnumerable {
- [NotEnumerable] getter DOMString (unsigned long index);
- [NotEnumerable] getter DOMString (DOMString name);
+partial interface Internals {
+ void setScreenOrientationClientMock(Document document);
+ void setScreenOrientation(Document document, DOMString orientation);
};

Powered by Google App Engine
This is Rietveld 408576698