summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-09-22 12:47:50 +0100
committerSteve Block <steveblock@google.com>2010-09-29 17:45:50 +0100
commit49016a060b9b69330f1ba3bf3f4222bb84584e28 (patch)
treef3eb5831df3137d9d9afd8b82e33c4102eb41600 /WebCore/platform
parent2595a6309e7fc2ba8fbbfe9363d61bdbb1374eb8 (diff)
downloadexternal_webkit-49016a060b9b69330f1ba3bf3f4222bb84584e28.zip
external_webkit-49016a060b9b69330f1ba3bf3f4222bb84584e28.tar.gz
external_webkit-49016a060b9b69330f1ba3bf3f4222bb84584e28.tar.bz2
Merge WebKit at r67908: Remove GraphicsLayer::compositingCoordinatesOrientation()
See http://trac.webkit.org/changeset/67576 Change-Id: I2f212e6591b4d7c1a48cae5be9e8e4911d9c3a50
Diffstat (limited to 'WebCore/platform')
-rw-r--r--WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp b/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
index adbd18b..618b1d2 100644
--- a/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
+++ b/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
@@ -82,11 +82,6 @@ static String propertyIdToString(AnimatedPropertyID property)
return "";
}
-GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
-{
- return CompositingCoordinatesBottomUp;
-}
-
PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
{
return new GraphicsLayerAndroid(client);