Chromium Code Reviews| Index: Source/core/frame/FrameView.cpp |
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
| index 146a5adcc6321f4e45f6827630502395771054a9..c90b455687846ae8979ae835f4310d1f7da3c77f 100644 |
| --- a/Source/core/frame/FrameView.cpp |
| +++ b/Source/core/frame/FrameView.cpp |
| @@ -2877,7 +2877,7 @@ bool FrameView::isFlippedDocument() const |
| if (!renderView) |
| return false; |
| - return renderView->style()->isFlippedBlocksWritingMode(); |
|
pdr.
2014/10/21 23:35:34
Why not renderView->hasFlippedBlocksWritingMode()?
|
| + return renderView->style()->slowIsFlippedBlocksWritingMode(); |
| } |
| bool FrameView::scrollbarsDisabled() const |