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

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

Issue 2140783002: services/ui: Detect when a video is playing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot merge 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 | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/server_window_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 120b726d264016605c832976a317abc95aafca6c..b73dff8f7956da542e5fa44dc282c76f04d79a88 100644
--- a/services/ui/ws/frame_generator_unittest.cc
+++ b/services/ui/ws/frame_generator_unittest.cc
@@ -63,8 +63,9 @@ class FrameGeneratorTest : public testing::Test {
};
void FrameGeneratorTest::DrawWindowTree(cc::RenderPass* pass) {
- frame_generator_->DrawWindowTree(
- pass, frame_generator_delegate_->GetRootWindow(), gfx::Vector2d(), 1.0f);
+ frame_generator_->DrawWindowTree(pass,
+ frame_generator_delegate_->GetRootWindow(),
+ gfx::Vector2d(), 1.0f, nullptr);
}
void FrameGeneratorTest::SetUp() {
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/server_window_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698