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

Unified Diff: Source/core/platform/graphics/WidthCache.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/WidthCache.h
diff --git a/Source/core/platform/graphics/WidthCache.h b/Source/core/platform/graphics/WidthCache.h
index a621e9d7af193fac20b722be7d3aed66551b56ca..4cedd2d0245882a401dad80bdde3dd40bf81af22 100644
--- a/Source/core/platform/graphics/WidthCache.h
+++ b/Source/core/platform/graphics/WidthCache.h
@@ -107,7 +107,7 @@ private:
static const bool hasIsEmptyValueFunction = true;
static bool isEmptyValue(const SmallStringKey& key) { return key.isHashTableEmptyValue(); }
static const bool needsDestruction = false;
- static const int minimumTableSize = 16;
+ static const unsigned minimumTableSize = 16;
};
friend bool operator==(const SmallStringKey&, const SmallStringKey&);
« no previous file with comments | « Source/core/platform/animation/TimingFunction.h ('k') | Source/core/platform/graphics/chromium/ImageDecodingStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698