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

Unified Diff: content/browser/compositor/delegated_frame_host.h

Issue 1339803002: Clear page display after navigation if no rendered output arrives (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test Created 5 years, 3 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/compositor/delegated_frame_host.h
diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
index 05197923e5b76fd3f8b08a1bd457121cf1b5fa71..824e481b87cf82ae488157126478916cfaeb693f 100644
--- a/content/browser/compositor/delegated_frame_host.h
+++ b/content/browser/compositor/delegated_frame_host.h
@@ -127,6 +127,7 @@ class CONTENT_EXPORT DelegatedFrameHost
float frame_device_scale_factor,
const std::vector<ui::LatencyInfo>& latency_info,
std::vector<uint32_t>* satisfies_sequences);
+ void ClearDelegatedFrame();
void WasHidden();
void WasShown(const ui::LatencyInfo& latency_info);
void WasResized();

Powered by Google App Engine
This is Rietveld 408576698