summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/editing
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-01-25 09:20:19 -0800
committerJohn Reck <jreck@google.com>2012-01-30 17:26:58 -0800
commitdea0c131566f424923425970fe5621305d136e5a (patch)
tree0bec1b7dce4e813f367a4952ac9eb3938c3dc163 /Source/WebCore/editing
parenta7b12d27ee68ff4de7d56bb494f31bb9ca7c39a0 (diff)
downloadexternal_webkit-dea0c131566f424923425970fe5621305d136e5a.zip
external_webkit-dea0c131566f424923425970fe5621305d136e5a.tar.gz
external_webkit-dea0c131566f424923425970fe5621305d136e5a.tar.bz2
Webkit text selection
Change-Id: I8e2e400940c7c84055aeb2624958aaf47804900b
Diffstat (limited to 'Source/WebCore/editing')
-rw-r--r--Source/WebCore/editing/SelectionController.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/editing/SelectionController.cpp b/Source/WebCore/editing/SelectionController.cpp
index c5a33d3..3eec640 100644
--- a/Source/WebCore/editing/SelectionController.cpp
+++ b/Source/WebCore/editing/SelectionController.cpp
@@ -1562,6 +1562,9 @@ bool SelectionController::isFocusedAndActive() const
void SelectionController::updateAppearance()
{
+#if PLATFORM(ANDROID)
+ return;
+#endif
ASSERT(!m_isDragCaretController);
#if ENABLE(TEXT_CARET)