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

Unified Diff: cc/output/gl_renderer.cc

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 months 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 | « cc/output/direct_renderer.cc ('k') | cc/output/overlay_renderer.h » ('j') | no next file with comments »
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 e09d004a0114f85342324be1d864034f50410e7b..359ba626b8c1d7824656d186e02a27c12dc24720 100644
--- a/cc/output/gl_renderer.cc
+++ b/cc/output/gl_renderer.cc
@@ -2130,6 +2130,11 @@ void GLRenderer::SwapBuffers(const CompositorFrameMetadata& metadata) {
}
output_surface_->SwapBuffers(&compositor_frame);
+ if (!metadata.overlay_position.IsEmpty()) {
+ context_support_->SetOverlayPlane(
+ 1, metadata.overlay_texture_id_, metadata.overlay_position);
+ }
+
swap_buffer_rect_ = gfx::Rect();
// We don't have real fences, so we mark read fences as passed
« no previous file with comments | « cc/output/direct_renderer.cc ('k') | cc/output/overlay_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698