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

Unified Diff: Source/devtools/front_end/ShowMoreDataGridNode.js

Issue 187823003: DevTools: Implement recursive viewport for the Heap Summary view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove now unused DataGridNode.nodeHeight Created 6 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 | « Source/devtools/front_end/HeapSnapshotGridNodes.js ('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/ShowMoreDataGridNode.js
diff --git a/Source/devtools/front_end/ShowMoreDataGridNode.js b/Source/devtools/front_end/ShowMoreDataGridNode.js
index a222058e2b177128777b63ac0f7e2624c9941170..ef8fb3bab5040a62a61c034ab1336a81134aca96 100644
--- a/Source/devtools/front_end/ShowMoreDataGridNode.js
+++ b/Source/devtools/front_end/ShowMoreDataGridNode.js
@@ -133,7 +133,7 @@ WebInspector.ShowMoreDataGridNode.prototype = {
* @override
* @return {number}
*/
- nodeHeight: function()
+ nodeSelfHeight: function()
{
return 32;
},
« no previous file with comments | « Source/devtools/front_end/HeapSnapshotGridNodes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698