Commit 331d0075 authored by Bo Liu's avatar Bo Liu Committed by Commit Bot

Remove unused clip field

Been unused for years.

Change-Id: Icc6c9a668016da2d82ae6f377a9499554bb3341e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127887Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754747}
parent 4a7c8a7c
...@@ -31,7 +31,6 @@ struct SyncCompositorDemandDrawHwParams { ...@@ -31,7 +31,6 @@ struct SyncCompositorDemandDrawHwParams {
~SyncCompositorDemandDrawHwParams(); ~SyncCompositorDemandDrawHwParams();
gfx::Size viewport_size; gfx::Size viewport_size;
gfx::Rect clip;
gfx::Rect viewport_rect_for_tile_priority; gfx::Rect viewport_rect_for_tile_priority;
gfx::Transform transform_for_tile_priority; gfx::Transform transform_for_tile_priority;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment