| Index: services/ui/ws/frame_generator.h
|
| diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h
|
| index 1872f1a5ed546e43df98e049585d54bda30659eb..870fb5a0f20a18515930ed5897fe8517e0b15533 100644
|
| --- a/services/ui/ws/frame_generator.h
|
| +++ b/services/ui/ws/frame_generator.h
|
| @@ -16,7 +16,6 @@ namespace cc {
|
| class CompositorFrame;
|
| class CopyOutputRequest;
|
| class RenderPass;
|
| -enum class SurfaceDrawStatus;
|
| }
|
|
|
| namespace ui {
|
| @@ -64,7 +63,7 @@ class FrameGenerator {
|
| // This is called after the DisplayCompositor has completed generating a new
|
| // frame for the display. TODO(fsamuel): Idle time processing should happen
|
| // here if there is budget for it.
|
| - void DidDraw(cc::SurfaceDrawStatus status);
|
| + void DidDraw();
|
|
|
| // Generates the CompositorFrame for the current |dirty_rect_|.
|
| cc::CompositorFrame GenerateCompositorFrame();
|
|
|