| Index: content/browser/frame_host/render_widget_host_view_child_frame.h
|
| diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| index 74d535b84ed5d843170379a5752689c2a05c72d4..781c2cff92cfad25252c04641233bf2eee9cb556 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| +++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| @@ -30,7 +30,6 @@
|
|
|
| namespace cc {
|
| class SurfaceFactory;
|
| -enum class SurfaceDrawStatus;
|
| }
|
|
|
|
|
| @@ -170,7 +169,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
|
|
|
| // Declared 'public' instead of 'protected' here to allow derived classes
|
| // to Bind() to it.
|
| - void SurfaceDrawn(uint32_t output_surface_id, cc::SurfaceDrawStatus drawn);
|
| + void SurfaceDrawn(uint32_t output_surface_id);
|
|
|
| // Exposed for tests.
|
| bool IsChildFrameForTesting() const override;
|
|
|