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

Unified Diff: content/browser/compositor/offscreen_browser_compositor_output_surface.cc

Issue 2646243002: Use IDCompositionSurface to implement DirectCompositionSurfaceWin. (Closed)
Patch Set: add unittest and move implementation around 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/offscreen_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
index 8c7581c78d232b765dad08f9144b542e3cde64bd..325d615c116c2b10efc7c32547876645b430dec5 100644
--- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
@@ -108,6 +108,11 @@ void OffscreenBrowserCompositorOutputSurface::DiscardBackbuffer() {
}
}
+void OffscreenBrowserCompositorOutputSurface::SetDrawRectangle(
+ const gfx::Rect& draw_rectangle) {
+ NOTREACHED();
+}
+
void OffscreenBrowserCompositorOutputSurface::Reshape(
const gfx::Size& size,
float scale_factor,

Powered by Google App Engine
This is Rietveld 408576698