| Index: chrome/common/instant_types.h
|
| diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h
|
| index 3826075092af7e1b6060198c6632c96c92f5d818..ed8b2f87b2457d376bf061a608df2ca85de5f564 100644
|
| --- a/chrome/common/instant_types.h
|
| +++ b/chrome/common/instant_types.h
|
| @@ -144,6 +144,8 @@ struct ThemeBackgroundInfo {
|
| ThemeBackgroundInfo();
|
| ~ThemeBackgroundInfo();
|
|
|
| + bool operator==(const ThemeBackgroundInfo& rhs) const;
|
| +
|
| // The theme background color in RGBA format where the R, G, B and A values
|
| // are between 0 and 255 inclusive and always valid.
|
| int color_r;
|
|
|