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

Unified Diff: components/exo/surface.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: components/exo/surface.h
diff --git a/components/exo/surface.h b/components/exo/surface.h
index 723737aea224f933da997c198919f1fac5e953f1..2163e32bd777d5d98dbf069e94ca04cfb4c8e89f 100644
--- a/components/exo/surface.h
+++ b/components/exo/surface.h
@@ -210,6 +210,7 @@ class Surface : public ui::LayerOwnerDelegate,
// Overridden from ui::LayerOwnerDelegate:
void OnLayerRecreated(ui::Layer* old_layer, ui::Layer* new_layer) override;
+ void OnLayerMirrored(ui::Layer* mirror) override;
// Overridden from ui::ContextFactoryObserver.
void OnLostResources() override;

Powered by Google App Engine
This is Rietveld 408576698