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

Unified Diff: services/ui/ws/platform_display_default.h

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.h
diff --git a/services/ui/ws/platform_display_default.h b/services/ui/ws/platform_display_default.h
index 0732e7050985f6b41028e448f8bbaf63b6a8b285..b49276376f16bcfbe3e5e11d55f388a45d391f11 100644
--- a/services/ui/ws/platform_display_default.h
+++ b/services/ui/ws/platform_display_default.h
@@ -44,8 +44,6 @@ class PlatformDisplayDefault : public PlatformDisplay,
gfx::Rect GetBounds() const override;
bool UpdateViewportMetrics(const display::ViewportMetrics& metrics) override;
const display::ViewportMetrics& GetViewportMetrics() const override;
- void OnGpuChannelEstablished(
- scoped_refptr<gpu::GpuChannelHost> gpu_channel) override;
FrameGenerator* GetFrameGenerator() override;
private:

Powered by Google App Engine
This is Rietveld 408576698