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

Unified Diff: services/ui/ws/platform_display_default.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/platform_display_default.cc
diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc
index 6a14cca1cf13455235d18f2115b70bd0ef379998..41d40ca8f519e1274b53693b0c2ce0958acaa0b4 100644
--- a/services/ui/ws/platform_display_default.cc
+++ b/services/ui/ws/platform_display_default.cc
@@ -129,11 +129,6 @@ FrameGenerator* PlatformDisplayDefault::GetFrameGenerator() {
return frame_generator_.get();
}
-void PlatformDisplayDefault::OnGpuChannelEstablished(
- scoped_refptr<gpu::GpuChannelHost> channel) {
- frame_generator_->OnGpuChannelEstablished(channel);
-}
-
bool PlatformDisplayDefault::UpdateViewportMetrics(
const display::ViewportMetrics& metrics) {
if (metrics_ == metrics)

Powered by Google App Engine
This is Rietveld 408576698