| Index: android_webview/browser/child_frame.cc
|
| diff --git a/android_webview/browser/child_frame.cc b/android_webview/browser/child_frame.cc
|
| index 752371a8bd5111c7da7773bec8b93d0d99a7d919..6b695f8f420f976d71a836abd04b3e2014bea1d5 100644
|
| --- a/android_webview/browser/child_frame.cc
|
| +++ b/android_webview/browser/child_frame.cc
|
| @@ -4,15 +4,13 @@
|
|
|
| #include "android_webview/browser/child_frame.h"
|
|
|
| -#include <utility>
|
| -
|
| #include "cc/output/compositor_frame.h"
|
|
|
| namespace android_webview {
|
|
|
| ChildFrame::ChildFrame(uint32_t output_surface_id,
|
| std::unique_ptr<cc::CompositorFrame> frame,
|
| - uint32_t compositor_id,
|
| + const CompositorID& compositor_id,
|
| bool viewport_rect_for_tile_priority_empty,
|
| const gfx::Transform& transform_for_tile_priority,
|
| bool offscreen_pre_raster,
|
|
|