Make SharedBitmapIdRegistration move constructor/assignment noexcept
blink::ImageLayerBridge::RegisteredBitmap declares now its move constructor and assignment operator as noexcept with default implementation. This requires all its parts to be move constructible and assignable. SharedBitmapIdRegistration was missing noexcept declarations. Bug: 819294 Change-Id: I1304e4666141355c61780d69d1669b5c49df4baf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768616Reviewed-by:enne <enne@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#693062}
Showing
Please register or sign in to comment