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

Unified Diff: cc/surfaces/surface_manager.h

Issue 2848223003: Enforce constant size and device scale factor for surfaces (Closed)
Patch Set: Fixed Android Created 3 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: cc/surfaces/surface_manager.h
diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h
index 293f4c8af80a037f6c3660f08cd02cb4b640e161..d8fedafdd6fcc3463249edfe4cb873fb123bf4da 100644
--- a/cc/surfaces/surface_manager.h
+++ b/cc/surfaces/surface_manager.h
@@ -69,7 +69,7 @@ class CC_SURFACES_EXPORT SurfaceManager {
std::unique_ptr<Surface> CreateSurface(
base::WeakPtr<CompositorFrameSinkSupport> compositor_frame_sink_support,
- const LocalSurfaceId& local_surface_id);
+ const SurfaceInfo& surface_info);
// Destroy the Surface once a set of sequence numbers has been satisfied.
void DestroySurface(std::unique_ptr<Surface> surface);

Powered by Google App Engine
This is Rietveld 408576698