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

Unified Diff: cc/trees/transform_node.h

Issue 2762043005: cc : Delete target id and content target id from transform nodes (Closed)
Patch Set: Created 3 years, 9 months 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: 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;

Powered by Google App Engine
This is Rietveld 408576698