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

Unified Diff: components/mus/ws/platform_display.h

Issue 1976663003: Pull parts of TopLevelDisplayClient into DisplayCompositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resize on new CompositorFrame Created 4 years, 7 months 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: components/mus/ws/platform_display.h
diff --git a/components/mus/ws/platform_display.h b/components/mus/ws/platform_display.h
index 8aba25bf6cf592361e0a96c94ef26f00bd14a801..5006b728d747b53d605b87ad97880eea46a19f04 100644
--- a/components/mus/ws/platform_display.h
+++ b/components/mus/ws/platform_display.h
@@ -49,7 +49,7 @@ namespace mus {
class GpuState;
class SurfacesState;
-class TopLevelDisplayClient;
+class DisplayCompositor;
namespace ws {
@@ -167,7 +167,7 @@ class DefaultPlatformDisplay : public PlatformDisplay,
base::Timer draw_timer_;
bool frame_pending_;
- std::unique_ptr<TopLevelDisplayClient> top_level_display_client_;
+ std::unique_ptr<DisplayCompositor> display_compositor_;
std::unique_ptr<ui::PlatformWindow> platform_window_;
#if !defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698