| 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 dd499d606a55b2d72d2084ae03d16fb8cd58059a..55a2bc62a91eff3e942f2c4ccf49e10bc907c8dd 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 {
|
| HashMap<uint64_t, OwnPtr<CompositorMutation>> map;
|
| };
|
|
|
|
|