Index: cc/output/output_surface.h |
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h |
index 7d0a5d97a15823b91785afbf82bda91b9bae429a..7a257b45723d84f113e4378301d0e7aa088d15b6 100644 |
--- a/cc/output/output_surface.h |
+++ b/cc/output/output_surface.h |
@@ -145,6 +145,9 @@ class CC_EXPORT OutputSurface { |
// Get the class capable of informing cc of hardware overlay capability. |
virtual OverlayCandidateValidator* GetOverlayCandidateValidator() const; |
+ // Get the texture for the main image's overlay. |
+ virtual unsigned GetOverlayTextureId() const; |
+ |
void DidLoseOutputSurface(); |
void SetMemoryPolicy(const ManagedMemoryPolicy& policy); |