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

Unified Diff: Source/WebCore/testing/InternalSettings.idl

Issue 13818030: Added primary input devices setting to blink to allow media queries for hover/pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/WebCore/testing/InternalSettings.idl
diff --git a/Source/WebCore/testing/InternalSettings.idl b/Source/WebCore/testing/InternalSettings.idl
index a447bff7ed597686ed27357fe8c8265f32758b11..64f83638e6753ca26a729018122f7ca49745779d 100644
--- a/Source/WebCore/testing/InternalSettings.idl
+++ b/Source/WebCore/testing/InternalSettings.idl
@@ -50,6 +50,7 @@
[RaisesException] void setEditingBehavior(DOMString behavior);
[RaisesException] void setDialogElementEnabled(boolean enabled);
void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
+ void setPrimaryPointerDevices(DOMString pointer) raises (DOMException);
[Conditional=VIDEO_TRACK, RaisesException] void setShouldDisplayTrackKind(DOMString kind, boolean enabled);
[Conditional=VIDEO_TRACK, RaisesException] boolean shouldDisplayTrackKind(DOMString trackKind);

Powered by Google App Engine
This is Rietveld 408576698