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

Unified Diff: cc/output/output_surface.h

Issue 2042553002: Mac CoreAnimation compositor in the browser process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lock_directly
Patch Set: Created 4 years, 6 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
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | content/browser/compositor/gpu_output_surface_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index 879f29733ce3740da39d09985dcd335d1757539f..b725f071294e242d9f580e04f078e21037834827 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -157,6 +157,8 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
// there's new content.
virtual void Invalidate() {}
+ virtual void ProcessCALayers(const CALayerOverlayList& ca_layer_overlays) {}
+
// Updates the worker context provider's visibility, freeing GPU resources if
// appropriate.
virtual void SetWorkerContextShouldAggressivelyFreeResources(bool is_visible);
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | content/browser/compositor/gpu_output_surface_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698