| Index: services/ui/ws/frame_generator_delegate.h
|
| diff --git a/services/ui/ws/frame_generator_delegate.h b/services/ui/ws/frame_generator_delegate.h
|
| index 638dd57b2e05ae7aa42cb16672d2a13b36b0ca65..efca4e8dbbac6b975baf122266f09f65241f7577 100644
|
| --- a/services/ui/ws/frame_generator_delegate.h
|
| +++ b/services/ui/ws/frame_generator_delegate.h
|
| @@ -18,9 +18,6 @@ class FrameGeneratorDelegate {
|
| // Returns the root window of the display.
|
| virtual ServerWindow* GetRootWindow() = 0;
|
|
|
| - // Called when a compositor frame is finished drawing.
|
| - virtual void OnCompositorFrameDrawn() = 0;
|
| -
|
| virtual bool IsInHighContrastMode() = 0;
|
|
|
| virtual const ViewportMetrics& GetViewportMetrics() = 0;
|
|
|