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

Unified Diff: content/browser/renderer_host/delegated_frame_host.cc

Issue 2872883002: Rename EvictFrame, EvictSurface to EvictCurrentSurface (Closed)
Patch Set: Rebase Created 3 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/renderer_host/delegated_frame_host.cc
diff --git a/content/browser/renderer_host/delegated_frame_host.cc b/content/browser/renderer_host/delegated_frame_host.cc
index 9cc1f75b152df46bdd38e48fa1e4be6b035df8de..937512feb8f87e119ecece2d10ceb85dfcd81dad 100644
--- a/content/browser/renderer_host/delegated_frame_host.cc
+++ b/content/browser/renderer_host/delegated_frame_host.cc
@@ -521,7 +521,7 @@ void DelegatedFrameHost::EvictDelegatedFrame() {
if (!has_frame_)
return;
client_->DelegatedFrameHostGetLayer()->SetShowSolidColorContent();
- support_->EvictFrame();
+ support_->EvictCurrentSurface();
has_frame_ = false;
resize_lock_.reset();
frame_evictor_->DiscardedFrame();

Powered by Google App Engine
This is Rietveld 408576698