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

Unified Diff: chrome/browser/chromeos/login/user_controller.h

Issue 2136018: Fix for flickering of images on login screen.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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/chromeos/login/user_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_controller.h
===================================================================
--- chrome/browser/chromeos/login/user_controller.h (revision 47639)
+++ chrome/browser/chromeos/login/user_controller.h (working copy)
@@ -96,10 +96,11 @@
int controls_height);
views::WidgetGtk* CreateLabelWindow(int index, WmIpcWindowType type);
- // Sets specified image with desired size on the image window.
- // Does not repaint the window so SchedulePaint is to be called explicitly
- // when needed.
- void SetImage(const SkBitmap& image, int desired_width, int desired_height);
+ // Sets specified image on the image window. If image's size is less than
+ // 75% of window size, image size is preserved to avoid blur. Otherwise,
+ // the image is resized to fit window size precisely. Image view repaints
+ // itself.
+ void SetImage(const SkBitmap& image);
// Sets the enabled state of the password field to |enable|.
void SetPasswordEnabled(bool enable);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/user_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698