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

Unified Diff: chrome/browser/resources/ntp_search/most_visited_page.js

Issue 11445009: NTP5: Reuse insertion/removal animations for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Dan's comments. Created 8 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: chrome/browser/resources/ntp_search/most_visited_page.js
diff --git a/chrome/browser/resources/ntp_search/most_visited_page.js b/chrome/browser/resources/ntp_search/most_visited_page.js
index 329a6227ac1316908e549802344b791c2e076521..bc7b22b77300bb547eb7c8aad043d5e9dfd45d3a 100644
--- a/chrome/browser/resources/ntp_search/most_visited_page.js
+++ b/chrome/browser/resources/ntp_search/most_visited_page.js
@@ -213,6 +213,7 @@ cr.define('ntp', function() {
setDataList: function(dataList) {
var startTime = Date.now();
ThumbnailPage.prototype.setDataList.apply(this, arguments);
+ this.updateGrid_();
logEvent('mostVisited.layout: ' + (Date.now() - startTime));
},
};

Powered by Google App Engine
This is Rietveld 408576698