Chromium Code Reviews| Index: Source/core/page/PagePopupController.idl |
| diff --git a/Source/core/page/PagePopupController.idl b/Source/core/page/PagePopupController.idl |
| index 4aca401643bad3f566db923d96859b0f445650e9..9e346316d47c1069648f4ff09aa260585623a2c0 100644 |
| --- a/Source/core/page/PagePopupController.idl |
| +++ b/Source/core/page/PagePopupController.idl |
| @@ -42,4 +42,5 @@ |
| DOMString formatShortMonth(long year, long zeroBaseMonth); |
| DOMString formatWeek(long year, long weekNumber, DOMString localizedStartDate); |
| void histogramEnumeration(DOMString name, long sample, long boundaryValue); |
| + void setWindowRect(long x, long y,long width, long height); |
|
tkent
2015/04/14 11:09:33
We should have a comment why window.resizeTo/moveT
keishi
2015/04/14 11:17:45
Done.
|
| }; |