gpu: Clean up GLES2DecoderImpl::TexStorageImpl a little
CL https://codereview.chromium.org/1872663002 used level_size as a std::vector<int32_t> initially, but after a few rounds of review was rewritten to only use it as a int32_t temporary variable. Drop the std::vector use, and move it closer to the single remaining use. Change-Id: I53dabcf823514374676a7f1dc95c32e3b761a594 Reviewed-on: https://chromium-review.googlesource.com/847965Reviewed-by:Antoine Labour <piman@chromium.org> Commit-Queue: Kristian H. Kristensen <hoegsberg@chromium.org> Cr-Commit-Position: refs/heads/master@{#526569}
Showing
Please register or sign in to comment