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

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

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.h
diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
index e2dbb9b2f0c8f13fb179c0194f2a06007fff1d5d..60fdd3b6baaf0886c4ec2854084b5f5408847bf0 100644
--- a/content/browser/compositor/browser_compositor_output_surface.h
+++ b/content/browser/compositor/browser_compositor_output_surface.h
@@ -71,7 +71,7 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
const gpu::GpuProcessHostedCALayerTreeParamsMac* params_mac) = 0;
#if defined(OS_MACOSX)
- virtual void SetSurfaceSuspendedForRecycle(bool suspended) = 0;
+ virtual void SetSurfaceSuspendedForRecycle(bool suspended);
danakj 2016/05/26 21:33:51 why not abstract?
ccameron 2016/05/26 22:46:16 I wanted to get rid of all of the #if defined(OS_M
#endif
cc::SyntheticBeginFrameSource* begin_frame_source() {

Powered by Google App Engine
This is Rietveld 408576698