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

Unified Diff: ash/public/interfaces/session_controller.mojom

Issue 2770693002: ash: HiDPI user avatar for SessionController (Closed)
Patch Set: nits, and gn check Created 3 years, 9 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 | « ash/public/interfaces/BUILD.gn ('k') | chrome/browser/ui/ash/session_controller_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/session_controller.mojom
diff --git a/ash/public/interfaces/session_controller.mojom b/ash/public/interfaces/session_controller.mojom
index 9531590e0a17b6a256df9f9009373f7345f317f2..a3663657d4f8bcbf822c821e603f238a8af59790 100644
--- a/ash/public/interfaces/session_controller.mojom
+++ b/ash/public/interfaces/session_controller.mojom
@@ -5,7 +5,7 @@
module ash.mojom;
import "components/signin/public/interfaces/account_id.mojom";
-import "skia/public/interfaces/bitmap.mojom";
+import "ui/gfx/image/mojo/image.mojom";
// Matches session_manager::SessionState.
enum SessionState {
@@ -83,7 +83,7 @@ struct UserSession {
signin.mojom.AccountId account_id;
string display_name;
string display_email;
- skia.mojom.Bitmap avatar;
+ gfx.mojom.ImageSkia avatar;
};
// Matches ash::AddUserSessionPolicy.
« no previous file with comments | « ash/public/interfaces/BUILD.gn ('k') | chrome/browser/ui/ash/session_controller_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698