summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2011-06-30 11:33:27 -0700
committerChris Craik <ccraik@google.com>2011-06-30 11:38:51 -0700
commit76152fd25512ebff27cf7977c65ddcf694a6570d (patch)
tree038f22db829698a1c6e1337b43b289dd6898ce31 /Source/WebCore/platform/graphics/android/BaseLayerAndroid.h
parent3b7a33ca2a2cbc9d271aa5c362e32f4d5ce0ce9f (diff)
downloadexternal_webkit-76152fd25512ebff27cf7977c65ddcf694a6570d.zip
external_webkit-76152fd25512ebff27cf7977c65ddcf694a6570d.tar.gz
external_webkit-76152fd25512ebff27cf7977c65ddcf694a6570d.tar.bz2
Refactoring: Moved 'SkLayer' to 'Layer' class in webkit
Change-Id: Ie1c24e5e402c539e0359810cfdf872178fa083c1
Diffstat (limited to 'Source/WebCore/platform/graphics/android/BaseLayerAndroid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/BaseLayerAndroid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h b/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h
index e6680b5..29ecf57 100644
--- a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h
@@ -29,13 +29,13 @@
#include "Color.h"
#include "GLWebViewState.h"
#include "IntRect.h"
+#include "Layer.h"
#include "PictureSet.h"
-#include "SkLayer.h"
#include "SkPicture.h"
namespace WebCore {
-class BaseLayerAndroid : public SkLayer {
+class BaseLayerAndroid : public Layer {
public:
BaseLayerAndroid();