| Index: content/public/common/transition_element.h
|
| diff --git a/content/public/common/transition_element.h b/content/public/common/transition_element.h
|
| index d8168b8ccf55fd709a0976611112f948d4855731..a21fdc094eb5dc3dd8d3df97df1874cfe8524522 100644
|
| --- a/content/public/common/transition_element.h
|
| +++ b/content/public/common/transition_element.h
|
| @@ -14,7 +14,7 @@ namespace content {
|
|
|
| // This struct stores the information of one transition element.
|
| struct CONTENT_EXPORT TransitionElement {
|
| - std::string name;
|
| + std::string id;
|
| gfx::Rect rect;
|
| };
|
|
|
|
|