| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index c11429fd5fe19002ab3842687db5cf1af9cc725a..f89e8fbee6bedc05b71130171ab995785914422b 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -786,6 +786,12 @@ extern const char kAshEnableMirroredScreenName[];
|
| // Description for the flag to enable the mirrored screen mode.
|
| extern const char kAshEnableMirroredScreenDescription[];
|
|
|
| +// Title for the flag to enable smooth rotation animations.
|
| +extern const char kAshEnableSmoothScreenRotationName[];
|
| +
|
| +// Description for the flag to enable smooth rotation animations.
|
| +extern const char kAshEnableSmoothScreenRotationDescription[];
|
| +
|
| // Description for the flag that sets material design ink drop animation speed
|
| // of fast.
|
| extern const char kMaterialDesignInkDropAnimationFast[];
|
|
|