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

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

Issue 2489003002: Convert mustash use surface references. (Closed)
Patch Set: Created 4 years, 1 month 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/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index b707038ba101be19004ab52d0f04e0cecfe41c1d..ef850eb97e3b82daaa9d658716b5479bfa68f0cb 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -64,6 +64,7 @@ class TestPlatformDisplay : public PlatformDisplay {
bool IsPrimaryDisplay() const override { return is_primary_; }
void OnGpuChannelEstablished(
scoped_refptr<gpu::GpuChannelHost> host) override {}
+ FrameGenerator* GetFrameGenerator() override { return nullptr; }
private:
display::ViewportMetrics display_metrics_;

Powered by Google App Engine
This is Rietveld 408576698