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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl

Issue 2795923003: Image Capture: remove MediaSettingsRange.current (Closed)
Patch Set: bugfix: getMediaTrackSettings() should merge dictionaries, not override the input parameter; Layout… Created 3 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
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl b/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl
index bd40b4eba302a732ce7af5e4c2b96e20729b326d..7f8ee96d697a79a0ab2863fa38312166d4f9d02d 100644
--- a/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl
@@ -9,6 +9,5 @@
] interface MediaSettingsRange {
readonly attribute double max;
readonly attribute double min;
- readonly attribute double current;
readonly attribute double step;
};
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698