Fabric: `LayoutableShadowNode:getLayoutMetrics` is not a virtual method anymore

Summary:
We don't use it as vitrual anymore (setLayoutMetrics is a non-virtual method already), so it does not need to be marker virtual.

Changelog: [Internal] Fabric-specific internal change.

Reviewed By: mdvacca

Differential Revision: D21028572

fbshipit-source-id: 99f86fdd4cf2f5972034d9058d7b82bdc8680187
This commit is contained in:
Valentin Shergin 2020-04-17 21:17:31 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 0a67133124
Коммит 4c538fc8d0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -89,7 +89,7 @@ class LayoutableShadowNode : public ShadowNode {
/* /*
* Returns layout metrics computed during previous layout pass. * Returns layout metrics computed during previous layout pass.
*/ */
virtual LayoutMetrics getLayoutMetrics() const; LayoutMetrics getLayoutMetrics() const;
/* /*
* Returns a transform object that represents transformations that will/should * Returns a transform object that represents transformations that will/should