| Index: services/ui/surfaces/display_compositor.h
|
| diff --git a/services/ui/surfaces/display_compositor.h b/services/ui/surfaces/display_compositor.h
|
| index f498da894a6cf1c6d649a6beefc610fa450f995f..b713def411edd4af8ca0496c3c2680033afda1c0 100644
|
| --- a/services/ui/surfaces/display_compositor.h
|
| +++ b/services/ui/surfaces/display_compositor.h
|
| @@ -38,9 +38,8 @@ class DisplayCompositor : public cc::SurfaceFactoryClient,
|
| // display should be changed. A well-behaving embedder should only submit
|
| // a CompositorFrame once per BeginFrame tick. The callback is called the
|
| // first time this frame is used to draw, or if the frame is discarded.
|
| - void SubmitCompositorFrame(
|
| - cc::CompositorFrame frame,
|
| - const base::Callback<void(cc::SurfaceDrawStatus)>& callback);
|
| + void SubmitCompositorFrame(cc::CompositorFrame frame,
|
| + const base::Callback<void()>& callback);
|
|
|
| // TODO(fsamuel): This is used for surface hittesting and should not be
|
| // exposed outside of DisplayCompositor.
|
|
|