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

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

Issue 2776923003: cc: Partial draw without partial swap support. (Closed)
Patch Set: avoid BufferQueue::RecreateBuffer changes Created 3 years, 8 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.cc
diff --git a/content/browser/compositor/browser_compositor_output_surface.cc b/content/browser/compositor/browser_compositor_output_surface.cc
index 81c79a429aee9caf579d04b2fd049aaa56d9bacb..c02bacbdc2d2a5096bac916cf02a09637c364b71 100644
--- a/content/browser/compositor/browser_compositor_output_surface.cc
+++ b/content/browser/compositor/browser_compositor_output_surface.cc
@@ -75,4 +75,8 @@ bool BrowserCompositorOutputSurface::HasExternalStencilTest() const {
void BrowserCompositorOutputSurface::ApplyExternalStencil() {}
+bool BrowserCompositorOutputSurface::CanPartialDraw(const gfx::Rect& damage) {
+ return false;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698