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

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

Issue 2385193002: FrameSinkIds use to WindowIds in window server, Process ID/Route ID in renderer (Closed)
Patch Set: Added missing serialization 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 6068037099cae7bba2e5ad8beccfb1a18d110b65..d91c58dc8866b902d03c79b13c53978cdc522df7 100644
--- a/services/ui/ws/frame_generator_unittest.cc
+++ b/services/ui/ws/frame_generator_unittest.cc
@@ -86,7 +86,7 @@ void FrameGeneratorTest::TearDown() {
// Tests correctness of the SharedQuadStateList generated by
// FrameGenerator::DrawWindowTree().
TEST_F(FrameGeneratorTest, DrawWindowTree) {
- ServerWindow child_window(test_window_delegate(), WindowId());
+ ServerWindow child_window(test_window_delegate(), WindowId(1, 1));
root_window()->Add(&child_window);
InitWindow(&child_window);
const float root_opacity = .5f;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | services/ui/ws/server_window_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698