0
Files
src/cc
cblume 7cba2b534c No 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

Review-Url: https://codereview.chromium.org/2285013003
Cr-Commit-Position: refs/heads/master@{#415190}
2016-08-30 06:01:12 +00:00
..
2016-08-11 10:44:10 +00:00