| Index: cc/trees/transform_node.h
|
| diff --git a/cc/trees/transform_node.h b/cc/trees/transform_node.h
|
| index 41b844e9741d0c2a7ad9da2a0124bdc9b7955381..76f2a7c2ffc3a6c0eda666721c547d71d6955196 100644
|
| --- a/cc/trees/transform_node.h
|
| +++ b/cc/trees/transform_node.h
|
| @@ -148,10 +148,6 @@ struct CC_EXPORT TransformCachedNodeData {
|
|
|
| gfx::Transform from_screen;
|
| gfx::Transform to_screen;
|
| - int target_id;
|
| - // This id is used for all content that draws into a render surface associated
|
| - // with this transform node.
|
| - int content_target_id;
|
|
|
| bool is_showing_backface : 1;
|
|
|
|
|