| Index: cc/resources/prioritized_resource_manager.h
|
| diff --git a/cc/resources/prioritized_resource_manager.h b/cc/resources/prioritized_resource_manager.h
|
| index 092b1d720fd7e1479ca6e5af2455d267da9b52a1..681fee35e0240088a7e4bdda35b3a347160b4968 100644
|
| --- a/cc/resources/prioritized_resource_manager.h
|
| +++ b/cc/resources/prioritized_resource_manager.h
|
| @@ -19,16 +19,6 @@
|
| #include "cc/trees/proxy.h"
|
| #include "ui/gfx/size.h"
|
|
|
| -#if defined(COMPILER_GCC)
|
| -namespace BASE_HASH_NAMESPACE {
|
| -template <> struct hash<cc::PrioritizedResource*> {
|
| - size_t operator()(cc::PrioritizedResource* ptr) const {
|
| - return hash<size_t>()(reinterpret_cast<size_t>(ptr));
|
| - }
|
| -};
|
| -} // namespace BASE_HASH_NAMESPACE
|
| -#endif // COMPILER
|
| -
|
| namespace cc {
|
|
|
| class PriorityCalculator;
|
|
|