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

Unified Diff: cc/surfaces/surface_factory.h

Issue 2633563003: Revert of Remove ForceReclaimResources (Closed)
Patch Set: Created 3 years, 11 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/surfaces/surface.cc ('k') | cc/surfaces/surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_factory.h
diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h
index 8db99011cf6c7ce443b66373ca01f740c239d2bd..b6487411f16aff54915af9a9249ac5aec8f7af6a 100644
--- a/cc/surfaces/surface_factory.h
+++ b/cc/surfaces/surface_factory.h
@@ -64,6 +64,10 @@
const DrawCallback& callback);
void RequestCopyOfSurface(std::unique_ptr<CopyOutputRequest> copy_request);
+ // Evicts the current frame on the surface. All the resources
+ // will be released and Surface::HasFrame will return false.
+ void ClearSurface();
+
void WillDrawSurface(const LocalFrameId& id, const gfx::Rect& damage_rect);
SurfaceFactoryClient* client() { return client_; }
« no previous file with comments | « cc/surfaces/surface.cc ('k') | cc/surfaces/surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698