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

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

Issue 2489003002: Convert mustash use surface references. (Closed)
Patch Set: More fixes for comments. 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
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/platform_display_default.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display.h
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
index 43aa4808b4d41f335f27f78db55217226a2d3eca..4c1a7d5cd11f254a68c27eb198bca2022f615058 100644
--- a/services/ui/ws/platform_display.h
+++ b/services/ui/ws/platform_display.h
@@ -28,6 +28,7 @@ struct TextInputState;
namespace ws {
+class FrameGenerator;
class PlatformDisplayDelegate;
class PlatformDisplayFactory;
struct PlatformDisplayInitParams;
@@ -66,6 +67,8 @@ class PlatformDisplay {
virtual const display::ViewportMetrics& GetViewportMetrics() const = 0;
+ virtual FrameGenerator* GetFrameGenerator() = 0;
+
// Notifies the PlatformDisplay that a connection to the gpu has been
// established.
virtual void OnGpuChannelEstablished(
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/platform_display_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698