Index: third_party/WebKit/Source/platform/graphics/CompositorMutation.h |
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutation.h b/third_party/WebKit/Source/platform/graphics/CompositorMutation.h |
index 971540af3407939f5dabee46ae6a58d93a38ce1d..db6323c8f8f7d76aa953a3841994d669865138c2 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutation.h |
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutation.h |
@@ -5,6 +5,7 @@ |
#ifndef CompositorMutation_h |
#define CompositorMutation_h |
+#include "platform/graphics/CompositorElementId.h" |
#include "platform/graphics/CompositorMutableProperties.h" |
#include "third_party/skia/include/core/SkMatrix44.h" |
#include "wtf/HashMap.h" |
@@ -53,7 +54,7 @@ private: |
}; |
struct CompositorMutations { |
- HashMap<uint64_t, OwnPtr<CompositorMutation>> map; |
+ HashMap<CompositorElementId, OwnPtr<CompositorMutation>> map; |
}; |
} // namespace blink |