Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(881)

Unified Diff: cc/output/gl_renderer.cc

Issue 1513283002: Add support to send optimal format as part of ScheduleOverlayPlane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/output/gl_renderer_unittest.cc » ('j') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.cc
diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc
index 5c30003e3e43643d8c896fe11c909cd63dc6987c..72ff0e014be8c3bab2e208dffc301f7b107427be 100644
--- a/cc/output/gl_renderer.cc
+++ b/cc/output/gl_renderer.cc
@@ -3583,8 +3583,9 @@ void GLRenderer::ScheduleOverlays(DrawingFrame* frame) {
}
context_support_->ScheduleOverlayPlane(
- overlay.plane_z_order, overlay.transform, texture_id,
- ToNearestRect(overlay.display_rect), overlay.uv_rect);
+ overlay.plane_z_order, overlay.transform, overlay.storage_format,
+ texture_id, ToNearestRect(overlay.display_rect), overlay.uv_rect,
+ overlay.handle_scaling);
}
}
« no previous file with comments | « no previous file | cc/output/gl_renderer_unittest.cc » ('j') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698