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

Unified Diff: chrome/browser/resources/print_preview/previewarea/margin_control.css

Issue 1015523004: Remove the hack for print preview scrolling added in https://codereview.chromium.org/912433002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/previewarea/margin_control.css
diff --git a/chrome/browser/resources/print_preview/previewarea/margin_control.css b/chrome/browser/resources/print_preview/previewarea/margin_control.css
index 1764c206f0a297c78d6b8c20f8df530c583b1dae..747be8993ae0a1aa75c399f1928e40a457f03d89 100644
--- a/chrome/browser/resources/print_preview/previewarea/margin_control.css
+++ b/chrome/browser/resources/print_preview/previewarea/margin_control.css
@@ -34,10 +34,6 @@
border-color: rgb(64, 128, 250);
border-style: dashed;
border-width: 1px;
- /* TODO(raymes): This is a hack needed to force the margins onto separate
- * layers to work around crbug.com/455439. We can remove this when it's fixed.
- */
- will-change: transform;
}
#preview-area .margin-control-disabled .margin-control-line {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698