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

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

Issue 2269463002: Render low-resolution image first on Quick View. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made it work. Created 4 years, 4 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
Index: ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
diff --git a/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js b/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
index 38a384151edbd639cfcf64e14994e524238560d4..8ceee830d9e0e55a859616adad2132eec9218ef4 100644
--- a/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
+++ b/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
@@ -5,7 +5,7 @@
/**
* A thumbnail loader for list style UI.
*
- * ListThumbnailLoader is a thubmanil loader designed for list style ui. List
+ * ListThumbnailLoader is a thumbnail loader designed for list style ui. List
* thumbnail loader loads thumbnail in a viewport of the UI. ListThumbnailLoader
* is responsible to return dataUrls of thumbnails and fetch them with proper
* priority.

Powered by Google App Engine
This is Rietveld 408576698