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

Unified Diff: chrome/browser/resources/uber/uber.js

Issue 501153005: uber: compile fixes + .gyp file to build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 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
« no previous file with comments | « chrome/browser/resources/uber/compiled_resources.gyp ('k') | chrome/browser/resources/uber/uber_utils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber.js
diff --git a/chrome/browser/resources/uber/uber.js b/chrome/browser/resources/uber/uber.js
index a2cbfbdb47a74d5e96040db068dcc3141086b52c..fde61ed74b77abf291558901bfc05ca4eb4d5b30 100644
--- a/chrome/browser/resources/uber/uber.js
+++ b/chrome/browser/resources/uber/uber.js
@@ -359,6 +359,7 @@ cr.define('uber', function() {
// Trigger a layout after making it visible and before setting
// the class to 'selected', so that it animates in.
+ /** @suppress {uselessCode} */
container.offsetTop;
container.classList.add('selected');
« no previous file with comments | « chrome/browser/resources/uber/compiled_resources.gyp ('k') | chrome/browser/resources/uber/uber_utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698