Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1058)

Unified Diff: Source/core/platform/graphics/chromium/ImageDecodingStore.h

Issue 47623002: Fix more warnings on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix RenderImage.cpp. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/platform/graphics/chromium/ImageDecodingStore.h
diff --git a/Source/core/platform/graphics/chromium/ImageDecodingStore.h b/Source/core/platform/graphics/chromium/ImageDecodingStore.h
index 8fc7d1297cf4ac695f5645ef59f2b21fec75977f..370146bd3e06b6d4a1884730708222e6593dd799 100644
--- a/Source/core/platform/graphics/chromium/ImageDecodingStore.h
+++ b/Source/core/platform/graphics/chromium/ImageDecodingStore.h
@@ -116,9 +116,9 @@ public:
void clear();
void setCacheLimitInBytes(size_t);
size_t memoryUsageInBytes();
- unsigned cacheEntries();
- unsigned imageCacheEntries();
- unsigned decoderCacheEntries();
+ int cacheEntries();
+ int imageCacheEntries();
+ int decoderCacheEntries();
private:
// Image cache entry is identified by:
« no previous file with comments | « Source/core/platform/graphics/WidthCache.h ('k') | Source/core/platform/graphics/chromium/ImageDecodingStore.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698