Chromium Code Reviews| 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 21c620cf9849dae8cc9284cbf34cfb8c88ae95b6..7e2fb051246553e139fdcd94c558578c4698a512 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutation.h |
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutation.h |
| @@ -6,6 +6,7 @@ |
| #define CompositorMutation_h |
| #include "platform/graphics/CompositorMutableProperties.h" |
| +#include "public/platform/WebCompositorMutations.h" |
| #include "third_party/skia/include/utils/SkMatrix44.h" |
| #include "wtf/HashMap.h" |
| @@ -52,7 +53,7 @@ private: |
| SkMatrix44 m_transform; |
| }; |
| -struct CompositorMutations { |
| +struct CompositorMutations : public WebCompositorMutations { |
|
jbroman
2016/01/23 23:55:09
I'd kind of like this to explicitly override the d
majidvp
2016/01/25 20:40:11
Done.
|
| HashMap<uint64_t, OwnPtr<CompositorMutation>> map; |
| }; |