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

Unified Diff: cc/surfaces/surface_manager.h

Issue 2848223003: Enforce constant size and device scale factor for surfaces (Closed)
Patch Set: Created 3 years, 8 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 53708504b4574bf8d23d9a41a3ebf407a14f4df4..21b150f56db1461049714ce6c41d597081c0646b 100644
--- a/cc/surfaces/surface_manager.h
+++ b/cc/surfaces/surface_manager.h
@@ -70,7 +70,7 @@ class CC_SURFACES_EXPORT SurfaceManager {
std::unique_ptr<Surface> CreateSurface(
base::WeakPtr<SurfaceFactory> surface_factory,
- 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