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.h

Issue 2613903003: Reland of "Mustash: Ensure surfaces submitted to Mus by WM and embedders contain Surfaces with embe… (Closed)
Patch Set: fix 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/server_window_compositor_frame_sink_manager.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 5f5cb302c1972a5debc079f537dd6aa688a5b629..808f16f1bf9e61d5d6baca0854aa7c674ba0ae5b 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -285,13 +285,16 @@ class TestPlatformDisplayFactory : public PlatformDisplayFactory {
// A stub implementation of FrameGeneratorDelegate.
class TestFrameGeneratorDelegate : public FrameGeneratorDelegate {
public:
- TestFrameGeneratorDelegate();
+ TestFrameGeneratorDelegate(ServerWindow* root_window);
~TestFrameGeneratorDelegate() override;
// FrameGeneratorDelegate:
+ ServerWindow* GetActiveRootWindow() override;
bool IsInHighContrastMode() override;
private:
+ ServerWindow* root_window_;
+
DISALLOW_COPY_AND_ASSIGN(TestFrameGeneratorDelegate);
};
« no previous file with comments | « services/ui/ws/server_window_compositor_frame_sink_manager.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698