| Index: Source/core/rendering/FastTextAutosizer.h
|
| diff --git a/Source/core/rendering/FastTextAutosizer.h b/Source/core/rendering/FastTextAutosizer.h
|
| index b403bd3b397855bffed1e3900e2bc113e7315482..77b46c19c4b233886f48ee760c19498cc0ae52a6 100644
|
| --- a/Source/core/rendering/FastTextAutosizer.h
|
| +++ b/Source/core/rendering/FastTextAutosizer.h
|
| @@ -201,7 +201,8 @@ private:
|
| public:
|
| void add(const RenderObject*, Fingerprint);
|
| void addTentativeClusterRoot(const RenderBlock*, Fingerprint);
|
| - void remove(const RenderObject*);
|
| + // Returns true if any BlockSet was modified or freed by the removal.
|
| + bool remove(const RenderObject*);
|
| Fingerprint get(const RenderObject*);
|
| BlockSet& getTentativeClusterRoots(Fingerprint);
|
| private:
|
|
|