Index: third_party/WebKit/public/web/WebCache.h |
diff --git a/third_party/WebKit/public/web/WebCache.h b/third_party/WebKit/public/web/WebCache.h |
index 7ea39c9eaa1fd3516b426af6474053ce7fdfc971..5bf1178a56aa36c434b340102d6095e5edd4781d 100644 |
--- a/third_party/WebKit/public/web/WebCache.h |
+++ b/third_party/WebKit/public/web/WebCache.h |
@@ -54,8 +54,6 @@ public: |
size_t size; |
size_t liveSize; |
size_t decodedSize; |
- size_t purgedSize; |
- size_t purgeableSize; |
}; |
// A struct mirroring blink::MemoryCache::Statistics. |