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

Unified Diff: components/exo/surface.cc

Issue 2683583005: Move display_ From CompositorFrameSinkSupport To GpuDisplayCompositorFrameSink (Closed)
Patch Set: addressed comments Created 3 years, 10 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/exo/surface.cc
diff --git a/components/exo/surface.cc b/components/exo/surface.cc
index 64b7c194031ea447bb100167eddbfe36f0854629..82f4b9c295acd531af288f74be6eaea202e03f5a 100644
--- a/components/exo/surface.cc
+++ b/components/exo/surface.cc
@@ -20,6 +20,7 @@
#include "cc/surfaces/sequence_surface_reference_factory.h"
#include "cc/surfaces/surface.h"
#include "cc/surfaces/surface_id_allocator.h"
+#include "cc/surfaces/surface_manager.h"
xlai (Olivia) 2017/02/08 20:11:34 Why include this?
Alex Z. 2017/02/08 21:26:47 SurfaceManager::reference_factory() is called at l
#include "components/exo/buffer.h"
#include "components/exo/pointer.h"
#include "components/exo/surface_delegate.h"

Powered by Google App Engine
This is Rietveld 408576698