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

Unified Diff: Source/core/layout/LayoutAnalyzer.h

Issue 1120833003: Put LayoutAnalyzer back behind disabled-by-default-blink.debug.layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: thinger Created 5 years, 8 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/frame/FrameView.cpp ('k') | Source/core/layout/LayoutAnalyzer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutAnalyzer.h
diff --git a/Source/core/layout/LayoutAnalyzer.h b/Source/core/layout/LayoutAnalyzer.h
index d423e69cc5b17bf030e110f37ccaf2a43ff635d3..58fe712841613e69e4388b4658379c1d1c7e1736 100644
--- a/Source/core/layout/LayoutAnalyzer.h
+++ b/Source/core/layout/LayoutAnalyzer.h
@@ -47,7 +47,7 @@ public:
private:
const LayoutObject& m_layoutObject;
- LayoutAnalyzer& m_analyzer;
+ LayoutAnalyzer* m_analyzer;
};
LayoutAnalyzer() { }
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/layout/LayoutAnalyzer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698