| Index: chrome/common/extensions/docs/examples/api/tabCapture/eventPage.js
|
| diff --git a/chrome/common/extensions/docs/examples/api/tabCapture/eventPage.js b/chrome/common/extensions/docs/examples/api/tabCapture/eventPage.js
|
| index 6cf18ea4f955b885a2383e899e985146cb6ae3a7..00ba9df77d5a9e0215ed558c03c0e53e27b56628 100644
|
| --- a/chrome/common/extensions/docs/examples/api/tabCapture/eventPage.js
|
| +++ b/chrome/common/extensions/docs/examples/api/tabCapture/eventPage.js
|
| @@ -17,8 +17,8 @@ chrome.browserAction.onClicked.addListener(function(tab) {
|
| // to be of any arbitrary size.
|
| minWidth: 16,
|
| minHeight: 9,
|
| - maxWidth: 854,
|
| - maxHeight: 480,
|
| + maxWidth: 1280,
|
| + maxHeight: 720,
|
| maxFrameRate: 60, // Note: Frame rate is variable (0 <= x <= 60).
|
| },
|
| },
|
|
|