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

Unified Diff: third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl

Issue 2170793002: Add Node.getRootNode(options) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Created 4 years, 5 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 | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl
diff --git a/device/sensors/public/interfaces/motion.mojom b/third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl
similarity index 58%
copy from device/sensors/public/interfaces/motion.mojom
copy to third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl
index 7755344fdae3a462231db1eac44782591eacabdf..f0a99c73aa5603b895a9d20751af263b2e17b33e 100644
--- a/device/sensors/public/interfaces/motion.mojom
+++ b/third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module device.mojom;
+// https://dom.spec.whatwg.org/#dictdef-getrootnodeoptions
-interface MotionSensor {
- StartPolling() => (handle<shared_buffer> memory_handle);
- StopPolling();
+dictionary GetRootNodeOptions {
+ boolean composed = false;
};
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698