Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2045)

Unified Diff: content/common/cc_messages.h

Issue 11420079: Allow using a larger-than-necessary texture as cached render pass backing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: seems to work Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/cc_messages.h
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
index 058d81ee033cca00778bef1ebce8444878ee8e8e..99c4e31b9b7b23dcda82c08e7383633771d367a3 100644
--- a/content/common/cc_messages.h
+++ b/content/common/cc_messages.h
@@ -153,10 +153,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::RenderPassDrawQuad)
IPC_STRUCT_TRAITS_MEMBER(is_replica)
IPC_STRUCT_TRAITS_MEMBER(mask_resource_id)
IPC_STRUCT_TRAITS_MEMBER(contents_changed_since_last_frame)
- IPC_STRUCT_TRAITS_MEMBER(mask_tex_coord_scale_x)
- IPC_STRUCT_TRAITS_MEMBER(mask_tex_coord_scale_y)
- IPC_STRUCT_TRAITS_MEMBER(mask_tex_coord_offset_x)
- IPC_STRUCT_TRAITS_MEMBER(mask_tex_coord_offset_y)
+ IPC_STRUCT_TRAITS_MEMBER(mask_uv_rect)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(cc::SolidColorDrawQuad)

Powered by Google App Engine
This is Rietveld 408576698