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

Unified Diff: Source/devtools/front_end/dataGrid.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/dataGrid.css
diff --git a/Source/devtools/front_end/dataGrid.css b/Source/devtools/front_end/dataGrid.css
index f3ea7226af90da7080b91cf9df385ffbecf27a4a..265982bbd96ecdccb42e239be432d3ce531f5e20 100644
--- a/Source/devtools/front_end/dataGrid.css
+++ b/Source/devtools/front_end/dataGrid.css
@@ -28,6 +28,7 @@
right: 0;
overflow-x: hidden;
overflow-y: overlay;
+ -webkit-transform: translateZ(0);
}
.data-grid.inline {
« no previous file with comments | « no previous file | Source/devtools/front_end/elementsPanel.css » ('j') | Source/devtools/front_end/elementsPanel.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698