This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to the LayoutRect API as suggested by kkhorimoto@ in comments to https://codereview.chromium.org/1304793002/ - Adds LayoutRectMake constructor. - Adds LayoutRectZero constant. - Renames fields: 'contextWidth' -> 'boundingWidth', 'yOrigin' -> 'originY' - Renames function LayoutRectForRectInRectUsingDirection() -> LayoutRectForRectInBoundingRectUsingDirection() - Renames function LayoutRectForRectInRect() -> LayoutRectForRectInBoundingRect() - Renames function LayoutRectGetTrailing() -> LayoutRectGetTrailingEdge() - Corrects parameter name errors in comments. BUG= Review URL: https://codereview.chromium.org/1305013002 Cr-Commit-Position: refs/heads/master@{#345587}
- Loading branch information
marq
authored and
Commit bot
committed
Aug 26, 2015
1 parent
b8f5eb4
commit c96804c
Showing
2 changed files
with
51 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters