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

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

Issue 2453013002: Mus: Remove dependency on ServerWindowCompositorFrameSink from FrameGenerator (Closed)
Patch Set: Addressed comments 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 b30a6aa6fc721ee8a998e697a03be82ff47cf6dc..42e02780cc31071a35441e43cbaa3f9dc24c7aa3 100644
--- a/services/ui/ws/frame_generator_unittest.cc
+++ b/services/ui/ws/frame_generator_unittest.cc
@@ -74,9 +74,8 @@ class FrameGeneratorTest : public testing::Test {
};
void FrameGeneratorTest::DrawWindowTree(cc::RenderPass* pass) {
- frame_generator_->DrawWindowTree(pass,
- frame_generator_delegate_->GetRootWindow(),
- gfx::Vector2d(), 1.0f, nullptr);
+ frame_generator_->DrawWindowTree(
+ pass, frame_generator_delegate_->GetRootWindow(), gfx::Vector2d(), 1.0f);
}
void FrameGeneratorTest::SetUp() {

Powered by Google App Engine
This is Rietveld 408576698