| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| index 0c20a056ffa6010d2bca0ca66cb00917d91ed8e9..10e5f6115500206d02effac477cfabe8a67aa88c 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -95,9 +95,6 @@ public:
|
| ShapeCache* getShapeCache(const FallbackListCompositeKey&);
|
|
|
| void addClient(FontCacheClient*);
|
| -#if !ENABLE(OILPAN)
|
| - void removeClient(FontCacheClient*);
|
| -#endif
|
|
|
| unsigned short generation();
|
| void invalidate();
|
|
|