| Index: chrome/common/extensions/api/input_method_private.json
|
| diff --git a/chrome/common/extensions/api/input_method_private.json b/chrome/common/extensions/api/input_method_private.json
|
| index d7d20745a0b67321763ca1f73b1c32e93193ddfe..e3ce1d713105019d0671f654782edd6e6571e33b 100644
|
| --- a/chrome/common/extensions/api/input_method_private.json
|
| +++ b/chrome/common/extensions/api/input_method_private.json
|
| @@ -109,6 +109,23 @@
|
| "description": "New input method which is being used."
|
| }
|
| ]
|
| + }, {
|
| + "name": "onCompositionBoundsChanged",
|
| + "type": "function",
|
| + "description": "Fired when the composition bounds are changed.",
|
| + "parameters": [
|
| + {
|
| + "name": "bounds",
|
| + "type": "object",
|
| + "description": "Composition bounds.",
|
| + "properties": {
|
| + "x": {"type": "integer"},
|
| + "y": {"type": "integer"},
|
| + "w": {"type": "integer"},
|
| + "h": {"type": "integer"}
|
| + }
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
|
|