Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / skia / SkSizeHash.h
index dd95c82..2bba2f1 100644 (file)
@@ -47,7 +47,7 @@ template<> struct HashTraits<SkSize> : GenericHashTraits<SkSize> {
     static const bool emptyValueIsZero = true;
     static const bool needsDestruction = false;
     static SkSize emptyValue() { return SkSize::Make(0, 0); }
-    static void constructDeletedValue(SkSize& slot)
+    static void constructDeletedValue(SkSize& slot, bool)
     {
         slot = SkSize::Make(-1, -1);
     }
@@ -71,7 +71,7 @@ template<> struct HashTraits<SkISize> : GenericHashTraits<SkISize> {
     static const bool emptyValueIsZero = true;
     static const bool needsDestruction = false;
     static SkISize emptyValue() { return SkISize::Make(0, 0); }
-    static void constructDeletedValue(SkISize& slot)
+    static void constructDeletedValue(SkISize& slot, bool)
     {
         slot = SkISize::Make(-1, -1);
     }