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

Unified Diff: content/browser/devtools/protocol/devtools_protocol_browsertest.cc

Issue 2913743004: Lowered size of bitmap for better GPU support (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/devtools_protocol_browsertest.cc
diff --git a/content/browser/devtools/protocol/devtools_protocol_browsertest.cc b/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
index 72a3068a235f10de51cfbc452b68ff4a87c2d887..6c9033f0ddac228426d4ee0512e4a80ef7ec5d12 100644
--- a/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
+++ b/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
@@ -781,7 +781,7 @@ IN_PROC_BROWSER_TEST_F(CaptureScreenshotTest,
PlaceAndCaptureBox(kFrameSize, gfx::Size(100, 200), 0.5);
// Ensure that content outside the emulated frame is painted, too.
- PlaceAndCaptureBox(kFrameSize, gfx::Size(10, 10000), 1.0);
+ PlaceAndCaptureBox(kFrameSize, gfx::Size(10, 8192), 1.0);
}
// Verifies that setDefaultBackgroundColor and captureScreenshot support a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698