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

Unified Diff: Source/core/rendering/FastTextAutosizer.h

Issue 186443002: [Do Not Submit] Fingerprint and Supercluster debugging logic Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/core/frame/Settings.cpp ('k') | Source/core/rendering/FastTextAutosizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/FastTextAutosizer.h
diff --git a/Source/core/rendering/FastTextAutosizer.h b/Source/core/rendering/FastTextAutosizer.h
index 7419126c33f0f0887435aceb41112e40cf983388..8e0b26dc60f955028df28db40276bef0c9186805 100644
--- a/Source/core/rendering/FastTextAutosizer.h
+++ b/Source/core/rendering/FastTextAutosizer.h
@@ -91,7 +91,7 @@ public:
RenderBlock* m_block;
};
-private:
+//private:
typedef HashSet<const RenderBlock*> BlockSet;
enum HasEnoughTextToAutosize {
@@ -182,7 +182,7 @@ private:
void remove(const RenderObject*);
Fingerprint get(const RenderObject*);
BlockSet& getTentativeClusterRoots(Fingerprint);
- private:
+ //private:
typedef HashMap<const RenderObject*, Fingerprint> FingerprintMap;
typedef HashMap<Fingerprint, OwnPtr<BlockSet> > ReverseFingerprintMap;
« no previous file with comments | « Source/core/frame/Settings.cpp ('k') | Source/core/rendering/FastTextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698