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

Unified Diff: Source/devtools/front_end/elementsPanel.css

Issue 205193002: DevTools: promote large views with overflow to layers in order to not repaint on scroll. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/devtools/front_end/elementsPanel.css
diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css
index 073e2981a99110c289e88e31e5fc657e5a8a281c..e856c6203a6192d806d44e7fd42f1fca49c2e4c7 100644
--- a/Source/devtools/front_end/elementsPanel.css
+++ b/Source/devtools/front_end/elementsPanel.css
@@ -31,6 +31,7 @@
flex: 1 1;
overflow: auto;
padding-left: 0;
+ -webkit-transform: translateZ(0);
caseq 2014/03/20 09:03:22 Is this one really necessary?
}
#elements-crumbs {
@@ -43,6 +44,7 @@
#elements-content > ol {
display: inline-block;
min-height: 100%;
+ -webkit-transform: translateZ(0);
}
#elements-content .editing {
@@ -567,7 +569,6 @@
}
.sidebar-pane.composite {
- overflow: hidden;
position: absolute;
}

Powered by Google App Engine
This is Rietveld 408576698