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

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

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Make ContextProvider NON_EXPORTED_BASE of InProcessContextProvider 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 be41f182f26bc51634c409cad0b17a01876ad45c..251aac54a56d7ac07bad0effe23ad2be545670ba 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 {}
private:
const int64_t id_;

Powered by Google App Engine
This is Rietveld 408576698