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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/sizespec.js

Issue 1576613002: Update Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing APIs, remove bade dependencies. Created 4 years, 11 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: 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}

Powered by Google App Engine
This is Rietveld 408576698