Chromium Code Reviews| Index: Source/core/css/FontFaceCache.h |
| diff --git a/Source/core/css/FontFaceCache.h b/Source/core/css/FontFaceCache.h |
| index 807057c3a3ca4ff0ec630a5cb68f38130cd49dea..5b93ca342e8d161b0581d59408d35a83c11f4e52 100644 |
| --- a/Source/core/css/FontFaceCache.h |
| +++ b/Source/core/css/FontFaceCache.h |
| @@ -61,6 +61,7 @@ public: |
| const ListHashSet<RefPtrWillBeMember<FontFace> >& cssConnectedFontFaces() const { return m_cssConnectedFontFaces; } |
| unsigned version() const { return m_version; } |
| + void update() { ++m_version; } |
|
Kunihiko Sakamoto
2014/06/17 10:54:01
"update" sounds a little vague to me. How about "i
tasak
2014/06/17 11:36:20
Done.
|
| void trace(Visitor*); |