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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/file_table.js

Issue 2554433002: Replace homebrew scrollbar in Files app with that of Blink. (Closed)
Patch Set: Avoid denying anti-alias of texts. Created 4 years 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: ui/file_manager/file_manager/foreground/js/ui/file_table.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_table.js b/ui/file_manager/file_manager/foreground/js/ui/file_table.js
index e5ef7831f4ab15f28d35085d8f6bee2c5e819445..d2f85f1e12261655f29f90b5285639d7c0a839a4 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_table.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_table.js
@@ -433,9 +433,6 @@ FileTable.decorate = function(
self.setRenderFunction(self.renderTableRow_.bind(self,
self.getRenderFunction()));
- self.scrollBar_ = new ScrollBar();
- self.scrollBar_.initialize(self, self.list);
-
// Keep focus on the file list when clicking on the header.
self.header.addEventListener('mousedown', function(e) {
self.list.focus();
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_grid.js ('k') | ui/file_manager/file_manager/foreground/js/ui/scrollbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698