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

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

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Speculative fix for android build issue 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 cb4d7e45d86cbcc18e698e8571dae72119076495..01857d769bff1e951325f3106243ae33cac238b9 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -63,8 +63,6 @@ class TestPlatformDisplay : public PlatformDisplay {
const display::ViewportMetrics& GetViewportMetrics() const override {
return display_metrics_;
}
- void OnGpuChannelEstablished(
- scoped_refptr<gpu::GpuChannelHost> host) override {}
FrameGenerator* GetFrameGenerator() override { return nullptr; }
private:

Powered by Google App Engine
This is Rietveld 408576698