Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 6af8dd9f00fc8e75b34a4f4b0f68ad32a8dcf950..d8f42d5575b58dc4ce349a7e1cf484146106f1dd 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -541,7 +541,6 @@ class CC_EXPORT LayerTreeHostImpl |
struct UIResourceData { |
ResourceId resource_id; |
- gfx::Size size; |
enne (OOO)
2016/08/24 06:03:50
Huh. I wonder why this separate parameter was add
|
bool opaque; |
}; |