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

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

Issue 2383263002: Generalize layer mirroring for phantom windows (Closed)
Patch Set: Created 4 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/renderer_host/delegated_frame_host.h
diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
index 533e63db87c17d5bd92a5ac4920e932acb3709c1..cc38b3cea151e7f56ecee07b83844d1537326b70 100644
--- a/content/browser/renderer_host/delegated_frame_host.h
+++ b/content/browser/renderer_host/delegated_frame_host.h
@@ -109,6 +109,7 @@ class CONTENT_EXPORT DelegatedFrameHost
// ui::LayerOwnerObserver implementation.
void OnLayerRecreated(ui::Layer* old_layer, ui::Layer* new_layer) override;
+ void OnLayerMirrored(ui::Layer* mirror) override;
// ImageTransportFactoryObserver implementation.
void OnLostResources() override;

Powered by Google App Engine
This is Rietveld 408576698