Index: cc/output/output_surface.h |
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h |
index 35165f75daa27cd994fe1d513926cfb013101268..d1715cbcdff4b45cdc50437272046a1d3e58ddfc 100644 |
--- a/cc/output/output_surface.h |
+++ b/cc/output/output_surface.h |
@@ -84,8 +84,8 @@ class CC_EXPORT OutputSurface { |
virtual void BindFramebuffer() = 0; |
// Marks that the given rectangle will be drawn to on the default, bound |
- // framebuffer. Only valid for surfaces with set_draw_rectangle in the |
- // context capabilities. |
+ // framebuffer. Only valid for surfaces with dc_layers in the context |
+ // capabilities. |
virtual void SetDrawRectangle(const gfx::Rect& rect) = 0; |
// Get the class capable of informing cc of hardware overlay capability. |