| 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..d05d56d0c8e94ec5ec891619f6dade18ef40e95e 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatSize.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatSize.h
|
| @@ -199,4 +199,7 @@ void PrintTo(const FloatSize&, std::ostream*);
|
|
|
| } // namespace blink
|
|
|
| +// Allows Oilpan to create objects with this class. See SmoothScrollSequencer.h
|
| +WTF_ALLOW_CLEAR_UNUSED_SLOTS_WITH_MEM_FUNCTIONS(blink::FloatSize);
|
| +
|
| #endif // FloatSize_h
|
|
|