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

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js

Issue 1561773002: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: Fix Ozone by only activating panel when fullscreen Created 4 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: chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js b/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js
index 9a1b63de5db51a2d8fe5036e0d0edeb6e5bb6281..b00e07d6658b2b089ee9b477058194ba0492a71a 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js
@@ -110,6 +110,14 @@ cvox.TtsInterface.prototype.increaseOrDecreaseProperty =
/**
+ * Converts an engine property value to a percentage from 0.00 to 1.00.
+ * @param {string} property The property to convert.
+ * @return {?number} The percentage of the property.
+ */
+cvox.TtsInterface.prototype.propertyToPercentage = function(property) { };
+
+
+/**
* Returns the default properties of the first tts that has default properties.
* @param {string} property Name of property.
* @return {?number} The default value.

Powered by Google App Engine
This is Rietveld 408576698