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

Unified Diff: tracing/tracing/extras/chrome/frame_tree_node.html

Issue 1911603002: LayoutTree machinery (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: oops Created 4 years, 7 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 | « tracing/trace_viewer.gypi ('k') | tracing/tracing/extras/chrome/layout_object.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/extras/chrome/frame_tree_node.html
diff --git a/tracing/tracing/extras/chrome/frame_tree_node.html b/tracing/tracing/extras/chrome/frame_tree_node.html
index dde8fc28d1f8bc6a061fa07169cf7f27660fe872..a984319908456768f19bf159039b8e7272423be8 100644
--- a/tracing/tracing/extras/chrome/frame_tree_node.html
+++ b/tracing/tracing/extras/chrome/frame_tree_node.html
@@ -29,6 +29,10 @@ tr.exportTo('tr.e.chrome', function() {
initialize: function() {
},
+ get renderFrameSnapshot() {
+ // TODO
+ },
+
get userFriendlyName() {
return 'FrameTreeNode';
}
@@ -43,7 +47,11 @@ tr.exportTo('tr.e.chrome', function() {
}
FrameTreeNodeInstance.prototype = {
- __proto__: ObjectInstance.prototype
+ __proto__: ObjectInstance.prototype,
+
+ get renderFrameInstance() {
+ // TODO
+ }
};
ObjectInstance.register(
« no previous file with comments | « tracing/trace_viewer.gypi ('k') | tracing/tracing/extras/chrome/layout_object.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698