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

Unified Diff: ui/android/delegated_frame_host_android.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: ui/android/delegated_frame_host_android.cc
diff --git a/ui/android/delegated_frame_host_android.cc b/ui/android/delegated_frame_host_android.cc
index e33c8b443c49a75fd9021635d6c26b9b74186bb9..3963a3adb544e201d69bf2f8fdf0c6c503855453 100644
--- a/ui/android/delegated_frame_host_android.cc
+++ b/ui/android/delegated_frame_host_android.cc
@@ -127,7 +127,7 @@ void DelegatedFrameHostAndroid::DestroyDelegatedContent() {
content_layer_->RemoveFromParent();
content_layer_ = nullptr;
- support_->EvictFrame();
+ support_->EvictCurrentSurface();
surface_info_ = cc::SurfaceInfo();
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.h ('k') | ui/aura/local/compositor_frame_sink_local.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698