Chromium Code Reviews| Index: services/ui/ws/frame_generator.cc |
| diff --git a/services/ui/ws/frame_generator.cc b/services/ui/ws/frame_generator.cc |
| index 7ca6399cf63477dec7af7271b5bebda804c8c5af..fab8468381fce50de6854af8f50b306c9aeeb60d 100644 |
| --- a/services/ui/ws/frame_generator.cc |
| +++ b/services/ui/ws/frame_generator.cc |
| @@ -125,6 +125,11 @@ void FrameGenerator::ReclaimResources( |
| // any resources. |
| } |
| +void FrameGenerator::WillDrawSurface() { |
| + // TODO(fsamuel, staraz): Implement this. |
| + NOTIMPLEMENTED(); |
|
kylechar
2016/12/05 15:18:31
This is causing lots of console spam. I think it g
|
| +} |
| + |
| cc::CompositorFrame FrameGenerator::GenerateCompositorFrame( |
| const gfx::Rect& output_rect) { |
| const cc::RenderPassId render_pass_id(1, 1); |