|
|
Removed redundant rect methods on FrameView
Removed visibleContentScaleFactor and any methods related
to page scale since this is no longer done in FrameView.
I also removed viewportConstrainedVisibleContentRect as it's
effectively the same as visibleContentRect. Similarly for
scrollOffsetForViewportConstrainedObjects.
BUG= 404284
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196356
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+45 lines, -80 lines) |
Patch |
 |
M |
Source/core/dom/Element.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/FrameView.h
|
View
|
|
5 chunks |
+8 lines, -18 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/FrameView.cpp
|
View
|
|
10 chunks |
+9 lines, -37 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/PinchViewport.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutBox.cpp
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutView.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/BoxPainter.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/FindInPageCoordinates.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebRemoteFrameImpl.cpp
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebViewImpl.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebFrameTest.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 8 (3 generated)
|