Chromium Code Reviews| Index: third_party/WebKit/Source/platform/geometry/FloatSize.h |
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatSize.h b/third_party/WebKit/Source/platform/geometry/FloatSize.h |
| index 138c452c38a7b1ceff450a9aec38e35e2a0a6a73..32445aa706db270c8c4bfa98e37d7beee7540974 100644 |
| --- a/third_party/WebKit/Source/platform/geometry/FloatSize.h |
| +++ b/third_party/WebKit/Source/platform/geometry/FloatSize.h |
| @@ -199,4 +199,6 @@ void PrintTo(const FloatSize&, std::ostream*); |
| } // namespace blink |
| +WTF_ALLOW_CLEAR_UNUSED_SLOTS_WITH_MEM_FUNCTIONS(blink::FloatSize); |
| + |
| #endif // FloatSize_h |