| Index: ui/compositor/layer_observer.h
|
| diff --git a/ui/compositor/layer_observer.h b/ui/compositor/layer_observer.h
|
| index e1a7ee5f2fe3bb41e0aaf2af64db3d7e2caba714..fa3480bdabfbb0f9ff7f63f87a198d9484702bfa 100644
|
| --- a/ui/compositor/layer_observer.h
|
| +++ b/ui/compositor/layer_observer.h
|
| @@ -11,10 +11,10 @@ namespace ui {
|
|
|
| class Layer;
|
|
|
| +// TODO(domlaskowski): This is only used for layer mirroring, so it should be
|
| +// removed and replaced by a private equivalent in the Layer class.
|
| 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:
|
|
|