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

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

Issue 2489003002: Convert mustash use surface references. (Closed)
Patch Set: Fixes for fsamuel. 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.h
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
index 73acba6de83d521df85c725787cca37f4e3f94f8..74ff61595d6b86bec18903b785758b6650b7e5b6 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;
@@ -68,6 +69,8 @@ class PlatformDisplay {
virtual bool IsPrimaryDisplay() const = 0;
+ virtual FrameGenerator* GetFrameGenerator() = 0;
+
// Notifies the PlatformDisplay that a connection to the gpu has been
// established.
virtual void OnGpuChannelEstablished(

Powered by Google App Engine
This is Rietveld 408576698