Merge pull request #3621 from lukewestby/patch-1
fix misspelling in "rotation" string
This commit is contained in:
commit
b67e70334a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ std::vector<std::string> MetricsToArray(uint32_t metrics) {
|
||||||
if (metrics & gfx::DisplayObserver::DISPLAY_METRIC_DEVICE_SCALE_FACTOR)
|
if (metrics & gfx::DisplayObserver::DISPLAY_METRIC_DEVICE_SCALE_FACTOR)
|
||||||
array.push_back("scaleFactor");
|
array.push_back("scaleFactor");
|
||||||
if (metrics & gfx::DisplayObserver::DISPLAY_METRIC_ROTATION)
|
if (metrics & gfx::DisplayObserver::DISPLAY_METRIC_ROTATION)
|
||||||
array.push_back("rotaion");
|
array.push_back("rotation");
|
||||||
return array;
|
return array;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue