Index: android_webview/public/browser/draw_sw.h |
diff --git a/android_webview/public/browser/draw_sw.h b/android_webview/public/browser/draw_sw.h |
index 632b970c34880c7c59db89deb298ee91e79050fc..463f59cb1f57db12817df662741cae32576cbebf 100644 |
--- a/android_webview/public/browser/draw_sw.h |
+++ b/android_webview/public/browser/draw_sw.h |
@@ -35,8 +35,6 @@ struct AwPixelInfo { |
float matrix[9]; // The matrix currently in effect on the canvas. |
int clip_rect_count; // Number of rects in |clip_rects|. |
int* clip_rects; // Clip area: 4 ints per rect in {x,y,w,h} format. |
- void* clip_region; // TODO(joth): remove clip_region and clip_region_size. |
- size_t clip_region_size; |
// NOTE: If you add more members, bump kAwPixelInfoVersion. |
}; |