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

Unified Diff: cc/surfaces/surface.cc

Issue 2609253003: Remove ForceReclaimResources (Closed)
Patch Set: Fix tests and re-enable previous swap behavior 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
Index: cc/surfaces/surface.cc
diff --git a/cc/surfaces/surface.cc b/cc/surfaces/surface.cc
index 282974d22c31ab7fca705000b8d7a35ecd2a3279..344627c2bc2b1127f2d80bf0fdd1b7908c400379 100644
--- a/cc/surfaces/surface.cc
+++ b/cc/surfaces/surface.cc
@@ -75,11 +75,6 @@ void Surface::QueueFrame(CompositorFrame frame, const DrawCallback& callback) {
referenced_surfaces_ = current_frame_->metadata.referenced_surfaces;
}
-void Surface::EvictFrame() {
- QueueFrame(CompositorFrame(), DrawCallback());
- current_frame_.reset();
-}
-
void Surface::RequestCopyOfOutput(
std::unique_ptr<CopyOutputRequest> copy_request) {
if (current_frame_ && !current_frame_->render_pass_list.empty()) {

Powered by Google App Engine
This is Rietveld 408576698