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

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

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: gpu/command_buffer/client/context_support.h
diff --git a/gpu/command_buffer/client/context_support.h b/gpu/command_buffer/client/context_support.h
index 6a8972081ca40677c5f19330b8f624e75af0529e..59812514a11fa3257135692e7f0b2b4ff2033483 100644
--- a/gpu/command_buffer/client/context_support.h
+++ b/gpu/command_buffer/client/context_support.h
@@ -29,6 +29,9 @@ class ContextSupport {
virtual void Swap() = 0;
virtual void PartialSwapBuffers(gfx::Rect sub_buffer) = 0;
+ virtual void SetOverlayPlane(int plane_id,
+ int texture_id,
+ gfx::Rect sub_buffer) = 0;
virtual void SetSwapBuffersCompleteCallback(
const base::Closure& callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698