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

Unified Diff: cc/output/output_surface.h

Issue 2743663006: Allow switching DirectCompositionSurfaceWin between drawing modes. (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/software_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/software_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698