DescriptionNo longer calling DeferredTextureImageUsageParams' default ctor.
I want to remove SkImage::DeferredTextureImageUsageParams' default ctor.
Before I make that change in Skia, I want to update Chrome to no longer call it.
The default ctor did not initialize all of the members, which lead to surprises.
We could simply initialize all the values to some weird state.
But a better option would be to not allow the object to be created unless it
can be in a valid state.
BUG=2242883004
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel
Committed: https://crrev.com/7cba2b534ca68449549d7e3a1113c47dd00ec330
Cr-Commit-Position: refs/heads/master@{#415190}
Patch Set 1 #
Messages
Total messages: 17 (12 generated)
|