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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.html

Issue 2316423003: NTP: fade-in the tiles only when they change, not when they are shown initially (Closed)
Patch Set: . Created 4 years, 3 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: chrome/browser/resources/local_ntp/most_visited_single.html
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.html b/chrome/browser/resources/local_ntp/most_visited_single.html
index 9c20f45e8ee833b0d61370acdb92f399d993e148..2b1ba59971ec7248a838b53144307315842c5583 100644
--- a/chrome/browser/resources/local_ntp/most_visited_single.html
+++ b/chrome/browser/resources/local_ntp/most_visited_single.html
@@ -11,8 +11,6 @@
<script src="single.js"></script>
</head>
<body>
- <div id="most-visited">
- <div id="mv-tiles"></div>
- </div>
+ <div id="most-visited"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698