Index: third_party/google_input_tools/src/chrome/os/inputview/sizespec.js |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/sizespec.js b/third_party/google_input_tools/src/chrome/os/inputview/sizespec.js |
index 57b629388bddb83c09c4d3e55ef8dd391709a9e1..b76ac69c63b795b33124ba28ed7fd85bd3974589 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/sizespec.js |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/sizespec.js |
@@ -53,33 +53,6 @@ SizeSpec.NON_A11Y_CANDIDATE_VIEW_HEIGHT = 45; |
/** |
- * The height of the candidate view for small size virtual keyboard. |
- * |
- * @const {number} |
- */ |
-/** @const {number} */ |
-SizeSpec.SMALL_SIZE_CANDIDATE_VIEW_HEIGHT = 30; |
- |
- |
-/** |
- * The height of the small size virtual keyboard. |
- * |
- * @const {number} |
- */ |
-/** @const {number} */ |
-SizeSpec.SMALL_SIZE_HEIGHT = 230; |
- |
- |
-/** |
- * The width of the small size virtual keyboard. |
- * |
- * @const {number} |
- */ |
-/** @const {number} */ |
-SizeSpec.SMALL_SIZE_WIDTH = 350; |
- |
- |
-/** |
* The width percent of a11y keyboard in landscape mode or portrait mode. |
* |
* @enum {number} |