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

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

Issue 2688353003: Remove webkit prefixes for transform and perspective in chrome/ styles (Closed)
Patch Set: Created 3 years, 10 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/uber_frame.js ('k') | chrome/test/data/gpu/feature_compositing_static.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber_utils.js
diff --git a/chrome/browser/resources/uber/uber_utils.js b/chrome/browser/resources/uber/uber_utils.js
index 9964321b1519e6f6003cb43cfd7e39f572d8a428..e1db645b2f93bedd757d012a94178be4e7fccbe0 100644
--- a/chrome/browser/resources/uber/uber_utils.js
+++ b/chrome/browser/resources/uber/uber_utils.js
@@ -45,7 +45,7 @@ cr.define('uber', function() {
for (var i = 0; i < headerElements.length; i++) {
// As a workaround for http://crbug.com/231830, set the transform to
// 'none' rather than 0px.
- headerElements[i].style.webkitTransform = offset ?
+ headerElements[i].style.transform = offset ?
'translateX(' + offset + 'px)' : 'none';
}
« no previous file with comments | « chrome/browser/resources/uber/uber_frame.js ('k') | chrome/test/data/gpu/feature_compositing_static.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698