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

Unified Diff: chrome/test/data/extensions/api_test/cast_streaming/performance.js

Issue 973753002: Remove Width and Height of The Video Content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « chrome/test/data/extensions/api_test/cast_streaming/end_to_end_sender.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/cast_streaming/performance.js
diff --git a/chrome/test/data/extensions/api_test/cast_streaming/performance.js b/chrome/test/data/extensions/api_test/cast_streaming/performance.js
index 2f938fb42276ccd6a1e5ec1104350dfd75aca64f..0ca6d9f37166d405798d37777f91fd6ef24b438b 100644
--- a/chrome/test/data/extensions/api_test/cast_streaming/performance.js
+++ b/chrome/test/data/extensions/api_test/cast_streaming/performance.js
@@ -46,8 +46,6 @@ chrome.test.runTests([
rtpStream.start(audioId,
rtpStream.getSupportedParams(audioId)[0]);
var videoParams = rtpStream.getSupportedParams(videoId)[0];
- videoParams.payload.width = width;
- videoParams.payload.height = height;
videoParams.payload.clockRate = frameRate;
rtpStream.start(videoId, videoParams);
setTimeout(function () {
« no previous file with comments | « chrome/test/data/extensions/api_test/cast_streaming/end_to_end_sender.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698