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

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

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/software_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/software_browser_compositor_output_surface.cc b/content/browser/compositor/software_browser_compositor_output_surface.cc
index 1e5dedd1f12c7c023154559a90668119f171d1f6..86d523cf6ac09bf9a9a1851f84e0d3316cbb6cae 100644
--- a/content/browser/compositor/software_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/software_browser_compositor_output_surface.cc
@@ -54,6 +54,11 @@ void SoftwareBrowserCompositorOutputSurface::BindFramebuffer() {
NOTREACHED();
}
+void SoftwareBrowserCompositorOutputSurface::SetDrawRectangle(
+ const gfx::Rect& draw_rectangle) {
+ NOTREACHED();
+}
+
void SoftwareBrowserCompositorOutputSurface::Reshape(
const gfx::Size& size,
float device_scale_factor,

Powered by Google App Engine
This is Rietveld 408576698