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

Unified Diff: services/ui/ws/platform_display_default.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/platform_display_default.cc
diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc
index c807ae8a71b52e9d2d53f1bf9987148c0fde1b0c..d25a13d01a8f3679a7d4a482c90cc8c0658f7927 100644
--- a/services/ui/ws/platform_display_default.cc
+++ b/services/ui/ws/platform_display_default.cc
@@ -125,11 +125,6 @@ gfx::Rect PlatformDisplayDefault::GetBounds() const {
return metrics_.bounds;
}
-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