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

Unified Diff: cc/output/overlay_unittest.cc

Issue 2128113002: Use a cc::Display for WebView resourceless software draws. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: displaywebview: mojom Created 4 years, 5 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 | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/overlay_unittest.cc
diff --git a/cc/output/overlay_unittest.cc b/cc/output/overlay_unittest.cc
index 2e7ccc7555718f076e3133e0f79e514f385925ed..3c7e16ba3584a643eb92fd118ac0afc60b63d35f 100644
--- a/cc/output/overlay_unittest.cc
+++ b/cc/output/overlay_unittest.cc
@@ -1222,7 +1222,7 @@ class GLRendererWithOverlaysTest : public testing::Test {
void DrawFrame(RenderPassList* pass_list, const gfx::Rect& viewport_rect) {
renderer_->DrawFrame(pass_list, 1.f, gfx::ColorSpace(), viewport_rect,
- viewport_rect, false);
+ viewport_rect);
}
void SwapBuffers() {
renderer_->SwapBuffers(CompositorFrameMetadata());
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698