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

Unified Diff: content/browser/compositor/browser_compositor_output_surface.h

Issue 2646243002: Use IDCompositionSurface to implement DirectCompositionSurfaceWin. (Closed)
Patch Set: rebase Created 3 years, 10 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: content/browser/compositor/browser_compositor_output_surface.h
diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
index 8c8f56cac0d11ffea21a8139a87c82c69e2c536f..391f44d6b92315bdf7546e7ae6bcfb8cdebb8bad 100644
--- a/content/browser/compositor/browser_compositor_output_surface.h
+++ b/content/browser/compositor/browser_compositor_output_surface.h
@@ -35,6 +35,7 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
~BrowserCompositorOutputSurface() override;
// cc::OutputSurface implementation.
+ void SetDrawRectangle(const gfx::Rect& draw_rectangle) override;
danakj 2017/02/22 15:04:08 The GPU subclass overrides this, can you move this
cc::OverlayCandidateValidator* GetOverlayCandidateValidator() const override;
bool HasExternalStencilTest() const override;
void ApplyExternalStencil() override;

Powered by Google App Engine
This is Rietveld 408576698