| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index b52f37e6084ed697a585595a52257e5c00470369..b5554c7361fc0bdd900749dfa395828d1822a46d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -46,7 +46,6 @@ class CopyOutputResult;
|
| class Layer;
|
| class SurfaceFactory;
|
| class SurfaceIdAllocator;
|
| -enum class SurfaceDrawStatus;
|
| }
|
|
|
| namespace blink {
|
| @@ -259,7 +258,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| static void OnContextLost();
|
|
|
| private:
|
| - void RunAckCallbacks(cc::SurfaceDrawStatus status);
|
| + void RunAckCallbacks();
|
|
|
| void DestroyDelegatedContent();
|
| void CheckOutputSurfaceChanged(uint32_t output_surface_id);
|
|
|