Skip to content

Commit

Permalink
login: Do not tell GTK to do double buffering. Views already takes ca…
Browse files Browse the repository at this point in the history
…re of it.

This fixes the painting issue of the icons when highlighted.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/7831018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99271 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
sadrul@chromium.org committed Sep 2, 2011
1 parent 9d98523 commit 7f891c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chrome/browser/chromeos/login/webui_login_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ void WebUILoginView::InitStatusArea() {
views::Widget::InitParams::TYPE_WINDOW_FRAMELESS);
#endif
widget_params.bounds = bounds;
widget_params.double_buffer = true;
widget_params.transparent = true;
widget_params.parent = login_window->GetNativeView();
status_window_ = new views::Widget;
Expand Down

0 comments on commit 7f891c7

Please sign in to comment.