Index: android_webview/browser/child_frame.h |
diff --git a/android_webview/browser/child_frame.h b/android_webview/browser/child_frame.h |
index 2d37502787b08d3e009999f5c293b73074ca7a0f..c0f9a71911ce06e02a06d6b38ad07bb7b6bc4d8f 100644 |
--- a/android_webview/browser/child_frame.h |
+++ b/android_webview/browser/child_frame.h |
@@ -30,7 +30,8 @@ class ChildFrame { |
bool is_layer); |
~ChildFrame(); |
- const uint32_t compositor_frame_sink_id; |
+ // These two fields are not const to make async path easier. |
+ uint32_t compositor_frame_sink_id; |
std::unique_ptr<cc::CompositorFrame> frame; |
// The id of the compositor this |frame| comes from. |
const CompositorID compositor_id; |