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

Unified Diff: ui/compositor/layer_observer.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: ui/compositor/layer_observer.h
diff --git a/ui/compositor/layer_observer.h b/ui/compositor/layer_observer.h
index e1a7ee5f2fe3bb41e0aaf2af64db3d7e2caba714..36a1e8e764b659ed7f3074f78f5652ec06dbbbdc 100644
--- a/ui/compositor/layer_observer.h
+++ b/ui/compositor/layer_observer.h
@@ -14,6 +14,7 @@ class Layer;
class COMPOSITOR_EXPORT LayerObserver {
public:
virtual void DidPaintLayer(Layer* layer, const gfx::Rect& region) {}
+ virtual void BoundsChanged(Layer* layer) {}
virtual void SurfaceChanged(Layer* layer) {}
virtual void LayerDestroyed(Layer* layer) {}

Powered by Google App Engine
This is Rietveld 408576698