| 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;
|
|
|