|
Rename Repaint to Paint Invalidation Part 2
This CL refactors the FrameView methods to be paintInvalidation instead
of repaint.
I have left the repaint rect output to be 'repaint' for now as that
seems like a large and scary rebaseline when it lands.
I also did not change the slowRepaints methods as they were previously
mentioned as not having to do with paint invalidation.
BUG= 338691
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175492
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+76 lines, -76 lines) |
Patch |
 |
M |
Source/core/frame/FrameView.h
|
View
|
1
2
3
|
7 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/FrameView.cpp
|
View
|
1
2
3
|
21 chunks |
+53 lines, -53 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/LocalFrame.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderObject.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderView.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderView.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/platform/scroll/ScrollView.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/platform/scroll/ScrollView.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebViewImpl.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|