Index: sky/engine/core/editing/FrameSelection.cpp |
diff --git a/sky/engine/core/editing/FrameSelection.cpp b/sky/engine/core/editing/FrameSelection.cpp |
index 635ee77db8ee989bd3ecb7c9cd2b5ba23d9d2d62..06cce0891e45dde67f9eb8ebcc512411af925a60 100644 |
--- a/sky/engine/core/editing/FrameSelection.cpp |
+++ b/sky/engine/core/editing/FrameSelection.cpp |
@@ -1523,8 +1523,8 @@ void FrameSelection::revealSelection(const ScrollAlignment& alignment, RevealExt |
// FIXME: This code only handles scrolling the startContainer's layer, but |
// the selection rect could intersect more than just that. |
// See <rdar://problem/4799899>. |
- if (start.deprecatedNode()->renderer()->scrollRectToVisible(rect, alignment, alignment)) |
- updateAppearance(); |
+ |
+ // FIXME(sky): Figure out how to reveal the selection... |
} |
} |