summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2011-12-02 10:37:03 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-12-02 10:37:03 -0800
commit243f1a9f7a19e951afa11a656b273cd4da03ef38 (patch)
tree6099e14c2514c269cfda0978e6ed731f3e0a6293 /Source/WebCore
parentf286c7d338f3c0f398ee27abe1d37d670c51dbbb (diff)
parent8d459fd7c57fc15b97f4adc1c255adc0ee90996d (diff)
downloadexternal_webkit-243f1a9f7a19e951afa11a656b273cd4da03ef38.zip
external_webkit-243f1a9f7a19e951afa11a656b273cd4da03ef38.tar.gz
external_webkit-243f1a9f7a19e951afa11a656b273cd4da03ef38.tar.bz2
Merge "Turn off partial layer inval in MR1 - DO NOT MERGE" into ics-mr1
Diffstat (limited to 'Source/WebCore')
-rw-r--r--Source/WebCore/platform/graphics/android/BaseTile.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/BaseTile.cpp b/Source/WebCore/platform/graphics/android/BaseTile.cpp
index df96657..2ff27bf 100644
--- a/Source/WebCore/platform/graphics/android/BaseTile.cpp
+++ b/Source/WebCore/platform/graphics/android/BaseTile.cpp
@@ -204,8 +204,12 @@ void BaseTile::markAsDirty(int unsigned pictureCount,
}
cliperator.next();
}
+
+ /*
+ NOT FUNCTIONING CORRECTLY, TEMPORARILY DISABLED
if (!intersect)
return;
+ */
m_dirty = true;
if (m_state == UpToDate) {