| Index: cc/proto/begin_main_frame_and_commit_state.proto
|
| diff --git a/cc/proto/begin_main_frame_and_commit_state.proto b/cc/proto/begin_main_frame_and_commit_state.proto
|
| index 9881131273c6685156332adb833ce77cb3dae589..724201a23655dc4d62e968207cca21351c4bdf36 100644
|
| --- a/cc/proto/begin_main_frame_and_commit_state.proto
|
| +++ b/cc/proto/begin_main_frame_and_commit_state.proto
|
| @@ -47,4 +47,6 @@ message BeginMainFrameAndCommitState {
|
| optional ScrollAndScaleSet scroll_info = 3;
|
| optional int64 memory_allocation_limit_bytes = 4;
|
| optional bool evicted_ui_resources = 5;
|
| -}
|
| + optional bool has_fixed_raster_scale_blurry_content = 6;
|
| + optional bool has_fixed_raster_scale_potential_performance_regression = 7;
|
| +}
|
|
|