summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2012-05-12 17:12:36 -0700
committerNicolas Roard <nicolasroard@google.com>2012-05-18 19:40:01 -0700
commit6baa213e1806af132b1f0b1170343c5ac2bf75d3 (patch)
tree69be21336fb942f1b9d8660e40c927acf5e22caf /Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
parent8156b6674402608e0304803380ef0e5e2845588d (diff)
downloadexternal_webkit-6baa213e1806af132b1f0b1170343c5ac2bf75d3.zip
external_webkit-6baa213e1806af132b1f0b1170343c5ac2bf75d3.tar.gz
external_webkit-6baa213e1806af132b1f0b1170343c5ac2bf75d3.tar.bz2
Fix memory leak and repaint issues with fixed background elements
bug:6522485 bug:6486951 Change-Id: Ia707efed9311e4352eed3ab005ec7ca93b8444e4
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
index 0fc0790..460e00f 100644
--- a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
@@ -29,13 +29,13 @@
#include "SkBitmapRef.h"
#include "Vector.h"
-class FloatPoint3D;
-class Image;
class SkBitmapRef;
class SkRegion;
namespace WebCore {
+class FloatPoint3D;
+class Image;
class LayerAndroid;
class FixedBackgroundImageLayerAndroid;
class ScrollableLayerAndroid;