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

Unified Diff: ui/compositor/layer_observer.h

Issue 2383263002: Generalize layer mirroring for phantom windows (Closed)
Patch Set: Rebase Created 4 years, 2 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..7641b6e02683f7a9b03cfc4686c1c4c57524c2a0 100644
--- a/ui/compositor/layer_observer.h
+++ b/ui/compositor/layer_observer.h
@@ -14,7 +14,6 @@ class Layer;
class COMPOSITOR_EXPORT LayerObserver {
public:
virtual void DidPaintLayer(Layer* layer, const gfx::Rect& region) {}
- virtual void SurfaceChanged(Layer* layer) {}
virtual void LayerDestroyed(Layer* layer) {}
protected:

Powered by Google App Engine
This is Rietveld 408576698