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

Unified Diff: cc/surfaces/surface_manager.h

Issue 2610723002: Unify SurfaceInfo (Closed)
Patch Set: Cleanup offscreen canvas Created 3 years, 12 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
« no previous file with comments | « cc/surfaces/surface_info.h ('k') | cc/surfaces/surface_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_manager.h
diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h
index a17d5a7717f9ad44596ebbe9d3a2c0b761a0479c..5e45a62fd4f4cf66232b2e7a6e5e507017cc6ea6 100644
--- a/cc/surfaces/surface_manager.h
+++ b/cc/surfaces/surface_manager.h
@@ -61,9 +61,7 @@ class CC_SURFACES_EXPORT SurfaceManager
// Called when a CompositorFrame is submitted to a SurfaceFactory for a given
// |surface_id| for the first time.
- void SurfaceCreated(const SurfaceId& surface_id,
- const gfx::Size& frame_size,
- float device_scale_factor);
+ void SurfaceCreated(const SurfaceInfo& surface_info);
// A frame for a surface satisfies a set of sequence numbers in a particular
// id namespace.
« no previous file with comments | « cc/surfaces/surface_info.h ('k') | cc/surfaces/surface_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698