Commit c6ed5baf authored by Ricardo Quesada's avatar Ricardo Quesada Committed by Commit Bot

Typo: change 'pixesl' -> 'pixels'

Fix small typo in a comment. 'pixesl' is replaced by 'pixels'

BUG=None

Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel
Change-Id: Ie916fc278f794eb07b81e71c519972bbcb9d8d16
Reviewed-on: https://chromium-review.googlesource.com/1148599Reviewed-by: default avatardanakj <danakj@chromium.org>
Commit-Queue: Ricardo Quesada <ricardoq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577632}
parent fcd7cdc9
...@@ -2372,7 +2372,7 @@ void GLRenderer::EnqueueTextureQuad(const TextureDrawQuad* quad, ...@@ -2372,7 +2372,7 @@ void GLRenderer::EnqueueTextureQuad(const TextureDrawQuad* quad,
DisplayResourceProvider::ScopedReadLockGL lock(resource_provider_, DisplayResourceProvider::ScopedReadLockGL lock(resource_provider_,
quad->resource_id()); quad->resource_id());
// ScopedReadLockGL contains the correct texture size, even when // ScopedReadLockGL contains the correct texture size, even when
// quad->resource_size_in_pixesl() is empty. // quad->resource_size_in_pixels() is empty.
const gfx::Size texture_size = lock.size(); const gfx::Size texture_size = lock.size();
TexCoordPrecision tex_coord_precision = TexCoordPrecision tex_coord_precision =
TexCoordPrecisionRequired(gl_, &highp_threshold_cache_, TexCoordPrecisionRequired(gl_, &highp_threshold_cache_,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment