| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/layout/handwritinglayout.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/handwritinglayout.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/handwritinglayout.js
|
| index 99090e7206388da7c4fdc826a96d30f975785703..d91709cf2cdee131e68db090d63d4becad98a0f2 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/handwritinglayout.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/handwritinglayout.js
|
| @@ -14,8 +14,8 @@
|
| goog.provide('i18n.input.chrome.inputview.elements.layout.HandwritingLayout');
|
|
|
| goog.require('goog.dom.classlist');
|
| +goog.require('i18n.input.chrome.ElementType');
|
| goog.require('i18n.input.chrome.inputview.Css');
|
| -goog.require('i18n.input.chrome.inputview.elements.ElementType');
|
| goog.require('i18n.input.chrome.inputview.elements.layout.LinearLayout');
|
|
|
| goog.scope(function() {
|
| @@ -35,7 +35,7 @@ i18n.input.chrome.inputview.elements.layout.HandwritingLayout = function(id,
|
| goog.base(this, id, opt_eventTarget);
|
|
|
| /** @override */
|
| - this.type = i18n.input.chrome.inputview.elements.ElementType.
|
| + this.type = i18n.input.chrome.ElementType.
|
| HANDWRITING_LAYOUT;
|
| };
|
| goog.inherits(i18n.input.chrome.inputview.elements.layout.HandwritingLayout,
|
|
|