| Index: gpu/ipc/service/image_transport_surface_overlay_mac.h
|
| diff --git a/gpu/ipc/service/image_transport_surface_overlay_mac.h b/gpu/ipc/service/image_transport_surface_overlay_mac.h
|
| index e455cf004167d2d7f5a31f57ce8c82f0881d3603..2bce9b17ef812d82407dd7b0a4aaf81abf27d631 100644
|
| --- a/gpu/ipc/service/image_transport_surface_overlay_mac.h
|
| +++ b/gpu/ipc/service/image_transport_surface_overlay_mac.h
|
| @@ -59,7 +59,8 @@ class ImageTransportSurfaceOverlayMac : public gfx::GLSurface,
|
| bool is_clipped,
|
| const gfx::RectF& clip_rect,
|
| const gfx::Transform& transform,
|
| - int sorting_context_id) override;
|
| + int sorting_context_id,
|
| + unsigned filter) override;
|
| bool IsSurfaceless() const override;
|
|
|
| // ui::GpuSwitchingObserver implementation.
|
|
|