Index: cc/surfaces/surface_id.h |
diff --git a/cc/surfaces/surface_id.h b/cc/surfaces/surface_id.h |
index 39dcc26766ce3c898003d419ec931f84f2d6488f..68fc43c56cc66e51ebd7838b9c6c3a1b76aace2c 100644 |
--- a/cc/surfaces/surface_id.h |
+++ b/cc/surfaces/surface_id.h |
@@ -41,13 +41,4 @@ struct SurfaceIdHash { |
} // namespace cc |
-namespace BASE_HASH_NAMESPACE { |
-template <> |
-struct hash<cc::SurfaceId> { |
- size_t operator()(cc::SurfaceId key) const { |
- return hash<uint64_t>()(key.id); |
- } |
-}; |
-} // namespace BASE_HASH_NAMESPACE |
- |
#endif // CC_SURFACES_SURFACE_ID_H_ |