Chromium Code Reviews| Index: Source/WebCore/platform/graphics/FontSelector.h |
| =================================================================== |
| --- Source/WebCore/platform/graphics/FontSelector.h (revision 109698) |
| +++ Source/WebCore/platform/graphics/FontSelector.h (working copy) |
| @@ -44,6 +44,8 @@ |
| virtual void registerForInvalidationCallbacks(FontSelectorClient*) = 0; |
| virtual void unregisterForInvalidationCallbacks(FontSelectorClient*) = 0; |
| + |
| + virtual unsigned version() const = 0; |
| }; |
| class FontSelectorClient { |