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

Unified Diff: gpu/command_buffer/client/gles2_implementation.h

Issue 1477593002: gpu: Initial implementation of CommitOverlayPlanes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-cop-command
Patch Set: typo Created 5 years, 1 month 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
Index: gpu/command_buffer/client/gles2_implementation.h
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
index 9595d3762bd42f999d8caf0e1cab38b40609c6b3..e879f6bdc0ceba548aca1e4d26de7aaccc618118 100644
--- a/gpu/command_buffer/client/gles2_implementation.h
+++ b/gpu/command_buffer/client/gles2_implementation.h
@@ -202,6 +202,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
// ContextSupport implementation.
void Swap() override;
void PartialSwapBuffers(const gfx::Rect& sub_buffer) override;
+ void CommitOverlayPlanes() override;
void ScheduleOverlayPlane(int plane_z_order,
gfx::OverlayTransform plane_transform,
unsigned overlay_texture_id,

Powered by Google App Engine
This is Rietveld 408576698