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

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

Issue 2445873003: Pass root ServerWindow id to FrameGenerator. (Closed)
Patch Set: Address nits. 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
« no previous file with comments | « services/ui/ws/platform_display_init_params.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index d5f17bb6720faa1c59a2d55de09b4218a126b5da..979b03d59112c588e05292ed54bacfad956f2ae1 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -41,9 +41,7 @@ class TestPlatformDisplay : public PlatformDisplay {
~TestPlatformDisplay() override {}
// PlatformDisplay:
- void Init(PlatformDisplayDelegate* delegate) override {
- delegate->CreateRootWindow(display_metrics_.bounds.size());
- }
+ void Init(PlatformDisplayDelegate* delegate) override {}
int64_t GetId() const override { return id_; }
void SchedulePaint(const ServerWindow* window,
const gfx::Rect& bounds) override {}
« no previous file with comments | « services/ui/ws/platform_display_init_params.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698