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

Unified Diff: Source/devtools/front_end/timeline/LayerDetailsView.js

Issue 871923005: Add scroll-blocks-on support to devtools layers view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 | « Source/core/rendering/compositing/CompositingReasonFinder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timeline/LayerDetailsView.js
diff --git a/Source/devtools/front_end/timeline/LayerDetailsView.js b/Source/devtools/front_end/timeline/LayerDetailsView.js
index 333562d643dc2d3eab63a4987773acaa16221981..cec25338c7014106254d01c5ecee7cc941bd85ad 100644
--- a/Source/devtools/front_end/timeline/LayerDetailsView.js
+++ b/Source/devtools/front_end/timeline/LayerDetailsView.js
@@ -84,7 +84,8 @@ WebInspector.LayerDetailsView.CompositingReasonDetail = {
"layerForForeground": WebInspector.UIString("Layer for foreground."),
"layerForBackground": WebInspector.UIString("Layer for background."),
"layerForMask": WebInspector.UIString("Layer for mask."),
- "layerForVideoOverlay": WebInspector.UIString("Layer for video overlay.")
+ "layerForVideoOverlay": WebInspector.UIString("Layer for video overlay."),
+ "scrollBlocksOn": WebInspector.UIString("Composition due to association with an element with a CSS \"scroll-blocks-on\" property applied."),
};
WebInspector.LayerDetailsView.prototype = {
« no previous file with comments | « Source/core/rendering/compositing/CompositingReasonFinder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698