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

Unified Diff: chrome/common/extensions/docs/examples/api/tabCapture/eventPage.js

Issue 2654413002: Stretching NativeViewHost, and misc tab capture fixes.
Patch Set: Gettin' it all working on ui/cocoa and MacViews too. Created 3 years, 10 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: 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).
},
},

Powered by Google App Engine
This is Rietveld 408576698