Skip to content

Instantly share code, notes, and snippets.

View kenchris's full-sized avatar
🏠
Working from home

Kenneth Rohde Christiansen kenchris

🏠
Working from home
  • Intel Corporation
  • Denmark
View GitHub Profile
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 8f7052c..8c18cb7 100644
--- a/Source/WebCore/platform/graphics/TiledBackingStore.cpp
+++ b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
@@ -82,11 +82,11 @@ void TiledBackingStore::coverWithTilesIfNeeded(const FloatPoint& panningTrajecto
void TiledBackingStore::invalidate(const IntRect& contentsDirtyRect)
{
- IntRect dirtyRect(mapFromContents(contentsDirtyRect));
-
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 42c8dea..809565d 100644
--- a/Source/WebCore/platform/graphics/TiledBackingStore.cpp
+++ b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
@@ -26,7 +26,7 @@
#include "TiledBackingStoreClient.h"
namespace WebCore {
-
+
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 42c8dea..297d63b 100644
--- a/Source/WebCore/platform/graphics/TiledBackingStore.cpp
+++ b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
@@ -26,7 +26,7 @@
#include "TiledBackingStoreClient.h"
namespace WebCore {
-
+
commit 5fa0465d78ed1490c8ec652694c5021820163656
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Mar 5 12:03:36 2012 +0100
temp
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 42c8dea..8adbb30 100644
--- a/Source/WebCore/platform/graphics/TiledBackingStore.cpp
+++ b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
commit dd94d2f56a7ab3a514cccdbee9cbbe2e5cb2e2ae
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Mar 5 14:03:57 2012 +0100
Remove trailing spaces.
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 42c8dea..a789bc9 100644
--- a/Source/WebCore/platform/graphics/TiledBackingStore.cpp
+++ b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
commit b0c117509858464dbdf226138a8f221e6dc941b8
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Mar 5 14:10:52 2012 +0100
Rename some variables and methods for clarity and consistence.
First of all the visibleContentsRect is now called visibleRect as it is
not in contents coordinates.
The panningTrajectoryVector and m_visibleRectTrajectoryVector are renamed
commit a28a381123e2f9bcbe06de1353b2d8a86d43db4c
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Mar 5 14:12:48 2012 +0100
Improve some of the comments in the tiled backing store.
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 3ac5285..6922f91 100644
--- a/Source/WebCore/platform/graphics/TiledBackingStore.cpp
+++ b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
commit a28a381123e2f9bcbe06de1353b2d8a86d43db4c
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Mar 5 14:12:48 2012 +0100
Improve some of the comments in the tiled backing store.
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 3ac5285..6922f91 100644
--- a/Source/WebCore/platform/graphics/TiledBackingStore.cpp
+++ b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
commit 5cc50146fb2fa6a772b32ce4148ba16badfff6d3
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Mar 5 14:17:36 2012 +0100
Make it more clean when we are disallowing updates to either the actual
backing store (recreating the tiled region) or to the tile buffers, as
this has caused confusions in the past.
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 6922f91..44faa6d 100644
commit f5162fd38ed1cd003334f853fabb4d7a53eedcac
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Mar 5 14:20:20 2012 +0100
Rename createTiles to updateBackingStore as it is actually changing the
backing store (creating, deleting and reusing tiles for the new visual, cover
and keep rect)
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index 44faa6d..ab3e2b9 100644