OSDN Git Service

Turn off partial layer inval in MR1 - DO NOT MERGE
authorChris Craik <ccraik@google.com>
Fri, 2 Dec 2011 01:19:24 +0000 (17:19 -0800)
committerChris Craik <ccraik@google.com>
Fri, 2 Dec 2011 01:26:59 +0000 (17:26 -0800)
bug:5699531

Partial layer inval isn't working yet, disabling for correctness.

Change-Id: I4838db41ea24e07f7b30c44ddb8321f598087d2a

Source/WebCore/platform/graphics/android/BaseTile.cpp

index df96657..2ff27bf 100644 (file)
@@ -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) {