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

Unified Diff: services/ui/ws/frame_generator_unittest.cc

Issue 2453013002: Mus: Remove dependency on ServerWindowCompositorFrameSink from FrameGenerator (Closed)
Patch Set: Delete may_contain_video Created 4 years, 2 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: services/ui/ws/frame_generator_unittest.cc
diff --git a/services/ui/ws/frame_generator_unittest.cc b/services/ui/ws/frame_generator_unittest.cc
index bd72df778dd92e5f07698e2f92e2383d2a4e67b7..7a51a9ba862009a4c8268aac8cb6a7bd23e10282 100644
--- a/services/ui/ws/frame_generator_unittest.cc
+++ b/services/ui/ws/frame_generator_unittest.cc
@@ -68,7 +68,7 @@ class FrameGeneratorTest : public testing::Test {
void FrameGeneratorTest::DrawWindowTree(cc::RenderPass* pass) {
frame_generator_->DrawWindowTree(pass,
frame_generator_delegate_->GetRootWindow(),
- gfx::Vector2d(), 1.0f, nullptr);
+ gfx::Vector2d(), 1.0f);
}
void FrameGeneratorTest::SetUp() {

Powered by Google App Engine
This is Rietveld 408576698