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

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

Issue 2018603002: Mac: Clean up ifdefs in output surface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 eb2a98cfa3a693ca44214ccd48f2c2ff7d8b4b0e..14347518e4d42a331469a6abc3a45856cbbae63e 100644
--- a/content/browser/compositor/browser_compositor_output_surface.cc
+++ b/content/browser/compositor/browser_compositor_output_surface.cc
@@ -151,4 +151,9 @@ BrowserCompositorOutputSurface::GetOverlayCandidateValidator() const {
return overlay_candidate_validator_.get();
}
+#if defined(OS_MACOSX)
+void BrowserCompositorOutputSurface::SetSurfaceSuspendedForRecycle(
+ bool suspended) {}
+#endif
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698