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

Unified Diff: chrome/test/data/perf/frame_rate/head.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/test/data/navigation_interception/navigation_from_xhr_callback_and_short_timeout.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/perf/frame_rate/head.js
diff --git a/chrome/test/data/perf/frame_rate/head.js b/chrome/test/data/perf/frame_rate/head.js
index 9c22c7a4c8dd0602b9c9bc826ab89ff562b76efc..cde54ec7c33ff24bacb19fb3eaa17d833b986d26 100644
--- a/chrome/test/data/perf/frame_rate/head.js
+++ b/chrome/test/data/perf/frame_rate/head.js
@@ -414,7 +414,7 @@ function __start_recording() {
}
function __make_body_composited() {
- document.body.style.webkitTransform = "translateZ(0)";
+ document.body.style.transform = "translateZ(0)";
}
function __start(gesture_function) {
@@ -491,5 +491,5 @@ function __reset() {
}
function __force_compositor() {
- document.body.style.webkitTransform = "translateZ(0)";
+ document.body.style.transform = "translateZ(0)";
}
« no previous file with comments | « chrome/test/data/navigation_interception/navigation_from_xhr_callback_and_short_timeout.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698