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

Unified Diff: public/web/WebLeakDetector.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebLeakDetector.h
diff --git a/public/web/WebLeakDetector.h b/public/web/WebLeakDetector.h
index d5ce6b910c943bd042ab8f73e1648a5ae421b593..a4fb4c0e564c14e6034c4e02bda231117aaa83d4 100644
--- a/public/web/WebLeakDetector.h
+++ b/public/web/WebLeakDetector.h
@@ -42,7 +42,9 @@ public:
unsigned numberOfLiveAudioNodes;
unsigned numberOfLiveDocuments;
unsigned numberOfLiveNodes;
+ // FIXME: Deprecated, remove once chrome is updated.
unsigned numberOfLiveRenderObjects;
+ unsigned numberOfLiveLayoutObjects;
unsigned numberOfLiveResources;
};
« no previous file with comments | « Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698