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

Unified Diff: ash/common/system/tray/fixed_sized_scroll_view.cc

Issue 2509783002: Don't reset scroll position of contents on every ScrollView layout. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: ash/common/system/tray/fixed_sized_scroll_view.cc
diff --git a/ash/common/system/tray/fixed_sized_scroll_view.cc b/ash/common/system/tray/fixed_sized_scroll_view.cc
index 52bf75ac0c8af6541a6261c486bf79650b258987..e14a6107eea89a8419059d43ebda022105946b30 100644
--- a/ash/common/system/tray/fixed_sized_scroll_view.cc
+++ b/ash/common/system/tray/fixed_sized_scroll_view.cc
@@ -5,7 +5,6 @@
#include "ash/common/system/tray/fixed_sized_scroll_view.h"
#include "ash/common/material_design/material_design_controller.h"
-#include "ui/views/background.h"
#include "ui/views/controls/scrollbar/overlay_scroll_bar.h"
namespace ash {

Powered by Google App Engine
This is Rietveld 408576698