|
Keep a cache of caret painters to avoid recomputing all the time.
PaintDataCache lives throughout the lifetime of a high-level paint call, and
caches data which isn't safe to cache long term, but doesn't change during
the paint lifecycle phase.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+129 lines, -46 lines) |
Patch |
 |
M |
Source/core/core.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
View
|
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/BlockPainter.h
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/BlockPainter.cpp
|
View
|
1
|
4 chunks |
+21 lines, -33 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/DeprecatedPaintLayerPainter.cpp
|
View
|
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/DeprecatedPaintLayerPaintingInfo.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
A |
Source/core/paint/PaintDataCache.h
|
View
|
1
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/core/paint/PaintDataCache.cpp
|
View
|
1
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/PaintInfo.h
|
View
|
|
4 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/ReplicaPainter.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|