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

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

Issue 2610783003: mus: Make sure window parenting happens in the window server. (Closed)
Patch Set: . Created 3 years, 11 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_default.cc ('k') | services/ui/ws/window_server.h » ('j') | 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 947f0898323dedc43f468db10c834b8ab244fd38..bb0bfa0cb56b5220ae28a8995129cd602a170e08 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -63,6 +63,9 @@ class TestPlatformDisplay : public PlatformDisplay {
const display::ViewportMetrics& GetViewportMetrics() const override {
return display_metrics_;
}
+ gfx::AcceleratedWidget GetAcceleratedWidget() const override {
+ return gfx::kNullAcceleratedWidget;
+ }
FrameGenerator* GetFrameGenerator() override { return nullptr; }
private:
« no previous file with comments | « services/ui/ws/platform_display_default.cc ('k') | services/ui/ws/window_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698