Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
c005552a
Unverified
Commit
c005552a
authored
Nov 08, 2021
by
Tomasz Gucio
Committed by
GitHub
Nov 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove comment on caching line metrics (#93128)
parent
93db40ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
text_painter.dart
packages/flutter/lib/src/painting/text_painter.dart
+0
-4
No files found.
packages/flutter/lib/src/painting/text_painter.dart
View file @
c005552a
...
@@ -988,10 +988,6 @@ class TextPainter {
...
@@ -988,10 +988,6 @@ class TextPainter {
/// widgets to a particular line.
/// widgets to a particular line.
///
///
/// Valid only after [layout] has been called.
/// Valid only after [layout] has been called.
///
/// This can potentially return a large amount of data, so it is not recommended
/// to repeatedly call this. Instead, cache the results. The cached results
/// should be invalidated upon the next successful [layout].
List
<
ui
.
LineMetrics
>
computeLineMetrics
()
{
List
<
ui
.
LineMetrics
>
computeLineMetrics
()
{
assert
(!
_debugNeedsLayout
);
assert
(!
_debugNeedsLayout
);
return
_lineMetricsCache
??=
_paragraph
!.
computeLineMetrics
();
return
_lineMetricsCache
??=
_paragraph
!.
computeLineMetrics
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment