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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_icon.h

Issue 2902153002: arc: Support non-standard display scale factors. (Closed)
Patch Set: comment updated 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
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_icon.cc » ('j') | ui/gfx/image/image_skia.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/arc/arc_app_icon.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_icon.h b/chrome/browser/ui/app_list/arc/arc_app_icon.h
index 473257cdbf5b3dfe6264026445e2bf2ff4957423..54516049ba2b63c5a597a7d051019247eb7f2ca7 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_icon.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_icon.h
@@ -90,7 +90,7 @@ class ArcAppIcon {
const base::FilePath& path,
const base::FilePath& default_app_path);
void OnIconRead(std::unique_ptr<ArcAppIcon::ReadResult> read_result);
- void Update(const gfx::ImageSkia* image);
+ void Update(ui::ScaleFactor scale_factor, const SkBitmap& bitmap);
void DiscardDecodeRequest(DecodeRequest* request);
content::BrowserContext* context_;
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_icon.cc » ('j') | ui/gfx/image/image_skia.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698