summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2012-04-06 11:35:50 -0700
committerNicolas Roard <nicolasroard@google.com>2012-04-06 14:03:59 -0700
commit2e510fd5b5a30f1315c272d44ae3aa4cba355498 (patch)
treedb3af5f32855d329856f190c3509ae11ae519851
parentc88c88907b618e468ec3928b06a3a31d4f99b9c6 (diff)
downloadexternal_webkit-2e510fd5b5a30f1315c272d44ae3aa4cba355498.zip
external_webkit-2e510fd5b5a30f1315c272d44ae3aa4cba355498.tar.gz
external_webkit-2e510fd5b5a30f1315c272d44ae3aa4cba355498.tar.bz2
Reorganize platform/graphics/android
Change-Id: Idc67155cfa99784dcd931e705336bfa063ecae46
-rw-r--r--Android.mk4
-rw-r--r--CleanSpec.mk1
-rw-r--r--Source/WebCore/Android.mk106
-rw-r--r--Source/WebCore/platform/graphics/FontPlatformData.h2
-rw-r--r--Source/WebCore/platform/graphics/android/context/android_graphics.h (renamed from Source/WebCore/platform/graphics/android/android_graphics.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/FontAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/FontCacheAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/FontCacheAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/FontCustomPlatformData.cpp (renamed from Source/WebCore/platform/graphics/android/FontCustomPlatformData.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/FontCustomPlatformData.h (renamed from Source/WebCore/platform/graphics/android/FontCustomPlatformData.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/FontDataAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/FontDataAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/FontPlatformData.h (renamed from Source/WebCore/platform/graphics/android/FontPlatformData.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/FontPlatformDataAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/GlyphMapAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/GlyphMapAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/HarfbuzzSkia.cpp (renamed from Source/WebCore/platform/graphics/android/HarfbuzzSkia.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/HarfbuzzSkia.h (renamed from Source/WebCore/platform/graphics/android/HarfbuzzSkia.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/VerticalTextMap.cpp (renamed from Source/WebCore/platform/graphics/android/VerticalTextMap.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/fonts/VerticalTextMap.h (renamed from Source/WebCore/platform/graphics/android/VerticalTextMap.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/AndroidAnimation.cpp (renamed from Source/WebCore/platform/graphics/android/AndroidAnimation.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/AndroidAnimation.h (renamed from Source/WebCore/platform/graphics/android/AndroidAnimation.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.h (renamed from Source/WebCore/platform/graphics/android/BaseLayerAndroid.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/CanvasLayer.cpp (renamed from Source/WebCore/platform/graphics/android/CanvasLayer.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/CanvasLayer.h (renamed from Source/WebCore/platform/graphics/android/CanvasLayer.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/CanvasTexture.cpp (renamed from Source/WebCore/platform/graphics/android/CanvasTexture.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/CanvasTexture.h (renamed from Source/WebCore/platform/graphics/android/CanvasTexture.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/DumpLayer.cpp (renamed from Source/WebCore/platform/graphics/android/DumpLayer.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/DumpLayer.h (renamed from Source/WebCore/platform/graphics/android/DumpLayer.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/FixedPositioning.cpp (renamed from Source/WebCore/platform/graphics/android/FixedPositioning.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/FixedPositioning.h (renamed from Source/WebCore/platform/graphics/android/FixedPositioning.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/IFrameContentLayerAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/IFrameContentLayerAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/IFrameContentLayerAndroid.h (renamed from Source/WebCore/platform/graphics/android/IFrameContentLayerAndroid.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/IFrameLayerAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/IFrameLayerAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/IFrameLayerAndroid.h (renamed from Source/WebCore/platform/graphics/android/IFrameLayerAndroid.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/Layer.cpp (renamed from Source/WebCore/platform/graphics/android/Layer.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/Layer.h (renamed from Source/WebCore/platform/graphics/android/Layer.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/LayerAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/LayerAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/LayerAndroid.h (renamed from Source/WebCore/platform/graphics/android/LayerAndroid.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/LayerContent.h (renamed from Source/WebCore/platform/graphics/android/LayerContent.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/MediaLayer.cpp (renamed from Source/WebCore/platform/graphics/android/MediaLayer.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/MediaLayer.h (renamed from Source/WebCore/platform/graphics/android/MediaLayer.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/MediaListener.h (renamed from Source/WebCore/platform/graphics/android/MediaListener.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/MediaPlayerPrivateAndroid.h (renamed from Source/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/MediaTexture.cpp (renamed from Source/WebCore/platform/graphics/android/MediaTexture.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/MediaTexture.h (renamed from Source/WebCore/platform/graphics/android/MediaTexture.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/PictureLayerContent.cpp (renamed from Source/WebCore/platform/graphics/android/PictureLayerContent.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/PictureLayerContent.h (renamed from Source/WebCore/platform/graphics/android/PictureLayerContent.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/PictureSetLayerContent.cpp (renamed from Source/WebCore/platform/graphics/android/PictureSetLayerContent.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/PictureSetLayerContent.h (renamed from Source/WebCore/platform/graphics/android/PictureSetLayerContent.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/ScrollableLayerAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/ScrollableLayerAndroid.h (renamed from Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/VideoLayerAndroid.cpp (renamed from Source/WebCore/platform/graphics/android/VideoLayerAndroid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/VideoLayerAndroid.h (renamed from Source/WebCore/platform/graphics/android/VideoLayerAndroid.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/VideoLayerManager.cpp (renamed from Source/WebCore/platform/graphics/android/VideoLayerManager.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/layers/VideoLayerManager.h (renamed from Source/WebCore/platform/graphics/android/VideoLayerManager.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/BaseRenderer.cpp (renamed from Source/WebCore/platform/graphics/android/BaseRenderer.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/BaseRenderer.h (renamed from Source/WebCore/platform/graphics/android/BaseRenderer.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/DrawQuadData.h (renamed from Source/WebCore/platform/graphics/android/DrawQuadData.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/GLExtras.cpp (renamed from Source/WebCore/platform/graphics/android/GLExtras.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/GLExtras.h (renamed from Source/WebCore/platform/graphics/android/GLExtras.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/GLUtils.cpp (renamed from Source/WebCore/platform/graphics/android/GLUtils.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/GLUtils.h (renamed from Source/WebCore/platform/graphics/android/GLUtils.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/GaneshContext.cpp (renamed from Source/WebCore/platform/graphics/android/GaneshContext.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/GaneshContext.h (renamed from Source/WebCore/platform/graphics/android/GaneshContext.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/GaneshRenderer.cpp (renamed from Source/WebCore/platform/graphics/android/GaneshRenderer.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/GaneshRenderer.h (renamed from Source/WebCore/platform/graphics/android/GaneshRenderer.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/ImageTexture.cpp (renamed from Source/WebCore/platform/graphics/android/ImageTexture.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/ImageTexture.h (renamed from Source/WebCore/platform/graphics/android/ImageTexture.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/ImagesManager.cpp (renamed from Source/WebCore/platform/graphics/android/ImagesManager.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/ImagesManager.h (renamed from Source/WebCore/platform/graphics/android/ImagesManager.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/InspectorCanvas.cpp (renamed from Source/WebCore/platform/graphics/android/InspectorCanvas.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/InspectorCanvas.h (renamed from Source/WebCore/platform/graphics/android/InspectorCanvas.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/PaintTileOperation.cpp (renamed from Source/WebCore/platform/graphics/android/PaintTileOperation.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/PaintTileOperation.h (renamed from Source/WebCore/platform/graphics/android/PaintTileOperation.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/QueuedOperation.h (renamed from Source/WebCore/platform/graphics/android/QueuedOperation.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/RasterRenderer.cpp (renamed from Source/WebCore/platform/graphics/android/RasterRenderer.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/RasterRenderer.h (renamed from Source/WebCore/platform/graphics/android/RasterRenderer.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/ShaderProgram.cpp (renamed from Source/WebCore/platform/graphics/android/ShaderProgram.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h (renamed from Source/WebCore/platform/graphics/android/ShaderProgram.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/Surface.cpp (renamed from Source/WebCore/platform/graphics/android/Surface.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/Surface.h (renamed from Source/WebCore/platform/graphics/android/Surface.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceBacking.cpp (renamed from Source/WebCore/platform/graphics/android/SurfaceBacking.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceBacking.h (renamed from Source/WebCore/platform/graphics/android/SurfaceBacking.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp (renamed from Source/WebCore/platform/graphics/android/SurfaceCollection.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h (renamed from Source/WebCore/platform/graphics/android/SurfaceCollection.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceCollectionManager.cpp (renamed from Source/WebCore/platform/graphics/android/SurfaceCollectionManager.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceCollectionManager.h (renamed from Source/WebCore/platform/graphics/android/SurfaceCollectionManager.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TextureInfo.cpp (renamed from Source/WebCore/platform/graphics/android/TextureInfo.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TextureInfo.h (renamed from Source/WebCore/platform/graphics/android/TextureInfo.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TextureOwner.h (renamed from Source/WebCore/platform/graphics/android/TextureOwner.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TexturesGenerator.cpp (renamed from Source/WebCore/platform/graphics/android/TexturesGenerator.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TexturesGenerator.h (renamed from Source/WebCore/platform/graphics/android/TexturesGenerator.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/Tile.cpp (renamed from Source/WebCore/platform/graphics/android/Tile.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/Tile.h (renamed from Source/WebCore/platform/graphics/android/Tile.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TileGrid.cpp (renamed from Source/WebCore/platform/graphics/android/TileGrid.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TileGrid.h (renamed from Source/WebCore/platform/graphics/android/TileGrid.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TilePainter.h (renamed from Source/WebCore/platform/graphics/android/TilePainter.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TileTexture.cpp (renamed from Source/WebCore/platform/graphics/android/TileTexture.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TileTexture.h (renamed from Source/WebCore/platform/graphics/android/TileTexture.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp (renamed from Source/WebCore/platform/graphics/android/TilesManager.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TilesManager.h (renamed from Source/WebCore/platform/graphics/android/TilesManager.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TilesProfiler.cpp (renamed from Source/WebCore/platform/graphics/android/TilesProfiler.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TilesProfiler.h (renamed from Source/WebCore/platform/graphics/android/TilesProfiler.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TransferQueue.cpp (renamed from Source/WebCore/platform/graphics/android/TransferQueue.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TransferQueue.h (renamed from Source/WebCore/platform/graphics/android/TransferQueue.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/utils/ClassTracker.cpp (renamed from Source/WebCore/platform/graphics/android/ClassTracker.cpp)0
-rw-r--r--Source/WebCore/platform/graphics/android/utils/ClassTracker.h (renamed from Source/WebCore/platform/graphics/android/ClassTracker.h)0
-rw-r--r--Source/WebCore/platform/graphics/android/utils/TestExport.h (renamed from Source/WebCore/platform/graphics/android/TestExport.h)0
107 files changed, 61 insertions, 52 deletions
diff --git a/Android.mk b/Android.mk
index 6041506..61bd467 100644
--- a/Android.mk
+++ b/Android.mk
@@ -128,6 +128,10 @@ LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \
$(WEBCORE_PATH)/platform/graphics \
$(WEBCORE_PATH)/platform/graphics/android \
$(WEBCORE_PATH)/platform/graphics/android/context \
+ $(WEBCORE_PATH)/platform/graphics/android/fonts \
+ $(WEBCORE_PATH)/platform/graphics/android/layers \
+ $(WEBCORE_PATH)/platform/graphics/android/rendering \
+ $(WEBCORE_PATH)/platform/graphics/android/utils \
$(WEBCORE_PATH)/platform/graphics/filters \
$(WEBCORE_PATH)/platform/graphics/gpu \
$(WEBCORE_PATH)/platform/graphics/network \
diff --git a/CleanSpec.mk b/CleanSpec.mk
index fda2cf9..d2841a3 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -81,6 +81,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_int
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
diff --git a/Source/WebCore/Android.mk b/Source/WebCore/Android.mk
index 54c7e01..3cf8d54 100644
--- a/Source/WebCore/Android.mk
+++ b/Source/WebCore/Android.mk
@@ -633,70 +633,74 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
platform/graphics/StringTruncator.cpp \
platform/graphics/WidthIterator.cpp \
\
- platform/graphics/android/AndroidAnimation.cpp \
- platform/graphics/android/BaseLayerAndroid.cpp \
- platform/graphics/android/BaseRenderer.cpp \
platform/graphics/android/BitmapAllocatorAndroid.cpp \
- platform/graphics/android/CanvasLayer.cpp \
- platform/graphics/android/CanvasTexture.cpp \
- platform/graphics/android/ClassTracker.cpp \
- platform/graphics/android/DumpLayer.cpp \
- platform/graphics/android/FixedPositioning.cpp \
- platform/graphics/android/FontAndroid.cpp \
- platform/graphics/android/FontCacheAndroid.cpp \
- platform/graphics/android/FontCustomPlatformData.cpp \
- platform/graphics/android/FontDataAndroid.cpp \
- platform/graphics/android/FontPlatformDataAndroid.cpp \
- platform/graphics/android/GaneshContext.cpp \
- platform/graphics/android/GaneshRenderer.cpp \
- platform/graphics/android/GLExtras.cpp \
- platform/graphics/android/GLUtils.cpp \
- platform/graphics/android/GLWebViewState.cpp \
- platform/graphics/android/GlyphMapAndroid.cpp \
platform/graphics/android/GradientAndroid.cpp \
platform/graphics/android/GraphicsLayerAndroid.cpp \
- platform/graphics/android/IFrameContentLayerAndroid.cpp \
- platform/graphics/android/IFrameLayerAndroid.cpp \
+ platform/graphics/android/GLWebViewState.cpp \
platform/graphics/android/ImageAndroid.cpp \
platform/graphics/android/ImageBufferAndroid.cpp \
platform/graphics/android/ImageSourceAndroid.cpp \
- platform/graphics/android/ImagesManager.cpp \
- platform/graphics/android/ImageTexture.cpp \
- platform/graphics/android/InspectorCanvas.cpp \
- platform/graphics/android/Layer.cpp \
- platform/graphics/android/LayerAndroid.cpp \
- platform/graphics/android/MediaLayer.cpp \
- platform/graphics/android/MediaTexture.cpp \
- platform/graphics/android/PaintTileOperation.cpp \
platform/graphics/android/PathAndroid.cpp \
platform/graphics/android/PatternAndroid.cpp \
- platform/graphics/android/PictureLayerContent.cpp \
- platform/graphics/android/PictureSetLayerContent.cpp \
- platform/graphics/android/RasterRenderer.cpp \
- platform/graphics/android/ScrollableLayerAndroid.cpp \
platform/graphics/android/SharedBufferStream.cpp \
- platform/graphics/android/ShaderProgram.cpp \
- platform/graphics/android/Surface.cpp \
- platform/graphics/android/SurfaceBacking.cpp \
- platform/graphics/android/TextureInfo.cpp \
- platform/graphics/android/TexturesGenerator.cpp \
- platform/graphics/android/Tile.cpp \
- platform/graphics/android/TileGrid.cpp \
- platform/graphics/android/TileTexture.cpp \
- platform/graphics/android/TilesManager.cpp \
- platform/graphics/android/TilesProfiler.cpp \
- platform/graphics/android/TransferQueue.cpp \
- platform/graphics/android/SurfaceCollection.cpp \
- platform/graphics/android/SurfaceCollectionManager.cpp \
- platform/graphics/android/VerticalTextMap.cpp \
- platform/graphics/android/VideoLayerAndroid.cpp \
- platform/graphics/android/VideoLayerManager.cpp \
\
platform/graphics/android/context/GraphicsContextAndroid.cpp \
platform/graphics/android/context/GraphicsOperationCollection.cpp \
platform/graphics/android/context/PlatformGraphicsContext.cpp \
platform/graphics/android/context/PlatformGraphicsContextRecording.cpp \
- platform/graphics/android/context/PlatformGraphicsContextSkia.cpp
+ platform/graphics/android/context/PlatformGraphicsContextSkia.cpp \
+ \
+ platform/graphics/android/fonts/FontAndroid.cpp \
+ platform/graphics/android/fonts/FontCacheAndroid.cpp \
+ platform/graphics/android/fonts/FontCustomPlatformData.cpp \
+ platform/graphics/android/fonts/FontDataAndroid.cpp \
+ platform/graphics/android/fonts/FontPlatformDataAndroid.cpp \
+ platform/graphics/android/fonts/GlyphMapAndroid.cpp \
+ platform/graphics/android/fonts/VerticalTextMap.cpp \
+ \
+ platform/graphics/android/layers/AndroidAnimation.cpp \
+ platform/graphics/android/layers/BaseLayerAndroid.cpp \
+ platform/graphics/android/layers/CanvasLayer.cpp \
+ platform/graphics/android/layers/CanvasTexture.cpp \
+ platform/graphics/android/layers/DumpLayer.cpp \
+ platform/graphics/android/layers/FixedPositioning.cpp \
+ platform/graphics/android/layers/IFrameContentLayerAndroid.cpp \
+ platform/graphics/android/layers/IFrameLayerAndroid.cpp \
+ platform/graphics/android/layers/Layer.cpp \
+ platform/graphics/android/layers/LayerAndroid.cpp \
+ platform/graphics/android/layers/MediaLayer.cpp \
+ platform/graphics/android/layers/MediaTexture.cpp \
+ platform/graphics/android/layers/PictureLayerContent.cpp \
+ platform/graphics/android/layers/PictureSetLayerContent.cpp \
+ platform/graphics/android/layers/ScrollableLayerAndroid.cpp \
+ platform/graphics/android/layers/VideoLayerAndroid.cpp \
+ platform/graphics/android/layers/VideoLayerManager.cpp \
+ \
+ platform/graphics/android/rendering/BaseRenderer.cpp \
+ platform/graphics/android/rendering/GaneshContext.cpp \
+ platform/graphics/android/rendering/GaneshRenderer.cpp \
+ platform/graphics/android/rendering/GLExtras.cpp \
+ platform/graphics/android/rendering/GLUtils.cpp \
+ platform/graphics/android/rendering/ImagesManager.cpp \
+ platform/graphics/android/rendering/ImageTexture.cpp \
+ platform/graphics/android/rendering/InspectorCanvas.cpp \
+ platform/graphics/android/rendering/PaintTileOperation.cpp \
+ platform/graphics/android/rendering/RasterRenderer.cpp \
+ platform/graphics/android/rendering/ShaderProgram.cpp \
+ platform/graphics/android/rendering/Surface.cpp \
+ platform/graphics/android/rendering/SurfaceBacking.cpp \
+ platform/graphics/android/rendering/SurfaceCollection.cpp \
+ platform/graphics/android/rendering/SurfaceCollectionManager.cpp \
+ platform/graphics/android/rendering/TextureInfo.cpp \
+ platform/graphics/android/rendering/TexturesGenerator.cpp \
+ platform/graphics/android/rendering/Tile.cpp \
+ platform/graphics/android/rendering/TileGrid.cpp \
+ platform/graphics/android/rendering/TileTexture.cpp \
+ platform/graphics/android/rendering/TilesManager.cpp \
+ platform/graphics/android/rendering/TilesProfiler.cpp \
+ platform/graphics/android/rendering/TransferQueue.cpp \
+ \
+ platform/graphics/android/utils/ClassTracker.cpp
ifeq ($(ENABLE_SVG), true)
LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
@@ -1268,5 +1272,5 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
# For complex scripts(Arabic, Thai, Hindi...).
ifeq ($(SUPPORT_COMPLEX_SCRIPTS),true)
LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
- platform/graphics/android/HarfbuzzSkia.cpp
+ platform/graphics/android/fonts/HarfbuzzSkia.cpp
endif
diff --git a/Source/WebCore/platform/graphics/FontPlatformData.h b/Source/WebCore/platform/graphics/FontPlatformData.h
index a32215d..36ccbb0 100644
--- a/Source/WebCore/platform/graphics/FontPlatformData.h
+++ b/Source/WebCore/platform/graphics/FontPlatformData.h
@@ -36,7 +36,7 @@
#elif (PLATFORM(EFL) || PLATFORM(GTK)) && USE(PANGO)
#include "pango/FontPlatformData.h"
#elif PLATFORM(ANDROID)
-#include "android/FontPlatformData.h"
+#include "android/fonts/FontPlatformData.h"
#else
#ifndef FontPlatformData_h
diff --git a/Source/WebCore/platform/graphics/android/android_graphics.h b/Source/WebCore/platform/graphics/android/context/android_graphics.h
index 7faa781..7faa781 100644
--- a/Source/WebCore/platform/graphics/android/android_graphics.h
+++ b/Source/WebCore/platform/graphics/android/context/android_graphics.h
diff --git a/Source/WebCore/platform/graphics/android/FontAndroid.cpp b/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
index 3146612..3146612 100644
--- a/Source/WebCore/platform/graphics/android/FontAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/FontCacheAndroid.cpp b/Source/WebCore/platform/graphics/android/fonts/FontCacheAndroid.cpp
index 5696a46..5696a46 100644
--- a/Source/WebCore/platform/graphics/android/FontCacheAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/fonts/FontCacheAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/FontCustomPlatformData.cpp b/Source/WebCore/platform/graphics/android/fonts/FontCustomPlatformData.cpp
index 693386e..693386e 100644
--- a/Source/WebCore/platform/graphics/android/FontCustomPlatformData.cpp
+++ b/Source/WebCore/platform/graphics/android/fonts/FontCustomPlatformData.cpp
diff --git a/Source/WebCore/platform/graphics/android/FontCustomPlatformData.h b/Source/WebCore/platform/graphics/android/fonts/FontCustomPlatformData.h
index 47e5e71..47e5e71 100644
--- a/Source/WebCore/platform/graphics/android/FontCustomPlatformData.h
+++ b/Source/WebCore/platform/graphics/android/fonts/FontCustomPlatformData.h
diff --git a/Source/WebCore/platform/graphics/android/FontDataAndroid.cpp b/Source/WebCore/platform/graphics/android/fonts/FontDataAndroid.cpp
index 88822df..88822df 100644
--- a/Source/WebCore/platform/graphics/android/FontDataAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/fonts/FontDataAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/FontPlatformData.h b/Source/WebCore/platform/graphics/android/fonts/FontPlatformData.h
index 1e46971..1e46971 100644
--- a/Source/WebCore/platform/graphics/android/FontPlatformData.h
+++ b/Source/WebCore/platform/graphics/android/fonts/FontPlatformData.h
diff --git a/Source/WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp b/Source/WebCore/platform/graphics/android/fonts/FontPlatformDataAndroid.cpp
index fc254c0..fc254c0 100644
--- a/Source/WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/fonts/FontPlatformDataAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/GlyphMapAndroid.cpp b/Source/WebCore/platform/graphics/android/fonts/GlyphMapAndroid.cpp
index a327b79..a327b79 100644
--- a/Source/WebCore/platform/graphics/android/GlyphMapAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/fonts/GlyphMapAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/HarfbuzzSkia.cpp b/Source/WebCore/platform/graphics/android/fonts/HarfbuzzSkia.cpp
index 7c3a6b4..7c3a6b4 100644
--- a/Source/WebCore/platform/graphics/android/HarfbuzzSkia.cpp
+++ b/Source/WebCore/platform/graphics/android/fonts/HarfbuzzSkia.cpp
diff --git a/Source/WebCore/platform/graphics/android/HarfbuzzSkia.h b/Source/WebCore/platform/graphics/android/fonts/HarfbuzzSkia.h
index d26bbe2..d26bbe2 100644
--- a/Source/WebCore/platform/graphics/android/HarfbuzzSkia.h
+++ b/Source/WebCore/platform/graphics/android/fonts/HarfbuzzSkia.h
diff --git a/Source/WebCore/platform/graphics/android/VerticalTextMap.cpp b/Source/WebCore/platform/graphics/android/fonts/VerticalTextMap.cpp
index 42aa385..42aa385 100644
--- a/Source/WebCore/platform/graphics/android/VerticalTextMap.cpp
+++ b/Source/WebCore/platform/graphics/android/fonts/VerticalTextMap.cpp
diff --git a/Source/WebCore/platform/graphics/android/VerticalTextMap.h b/Source/WebCore/platform/graphics/android/fonts/VerticalTextMap.h
index 2955589..2955589 100644
--- a/Source/WebCore/platform/graphics/android/VerticalTextMap.h
+++ b/Source/WebCore/platform/graphics/android/fonts/VerticalTextMap.h
diff --git a/Source/WebCore/platform/graphics/android/AndroidAnimation.cpp b/Source/WebCore/platform/graphics/android/layers/AndroidAnimation.cpp
index 0ef84b9..0ef84b9 100644
--- a/Source/WebCore/platform/graphics/android/AndroidAnimation.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/AndroidAnimation.cpp
diff --git a/Source/WebCore/platform/graphics/android/AndroidAnimation.h b/Source/WebCore/platform/graphics/android/layers/AndroidAnimation.h
index dca769f..dca769f 100644
--- a/Source/WebCore/platform/graphics/android/AndroidAnimation.h
+++ b/Source/WebCore/platform/graphics/android/layers/AndroidAnimation.h
diff --git a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.cpp
index 1de5ae7..1de5ae7 100644
--- a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h b/Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.h
index 0ef39c8..0ef39c8 100644
--- a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.h
diff --git a/Source/WebCore/platform/graphics/android/CanvasLayer.cpp b/Source/WebCore/platform/graphics/android/layers/CanvasLayer.cpp
index 1813903..1813903 100644
--- a/Source/WebCore/platform/graphics/android/CanvasLayer.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/CanvasLayer.cpp
diff --git a/Source/WebCore/platform/graphics/android/CanvasLayer.h b/Source/WebCore/platform/graphics/android/layers/CanvasLayer.h
index 532dbf2..532dbf2 100644
--- a/Source/WebCore/platform/graphics/android/CanvasLayer.h
+++ b/Source/WebCore/platform/graphics/android/layers/CanvasLayer.h
diff --git a/Source/WebCore/platform/graphics/android/CanvasTexture.cpp b/Source/WebCore/platform/graphics/android/layers/CanvasTexture.cpp
index e4b2bc6..e4b2bc6 100644
--- a/Source/WebCore/platform/graphics/android/CanvasTexture.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/CanvasTexture.cpp
diff --git a/Source/WebCore/platform/graphics/android/CanvasTexture.h b/Source/WebCore/platform/graphics/android/layers/CanvasTexture.h
index 98962a0..98962a0 100644
--- a/Source/WebCore/platform/graphics/android/CanvasTexture.h
+++ b/Source/WebCore/platform/graphics/android/layers/CanvasTexture.h
diff --git a/Source/WebCore/platform/graphics/android/DumpLayer.cpp b/Source/WebCore/platform/graphics/android/layers/DumpLayer.cpp
index 5551965..5551965 100644
--- a/Source/WebCore/platform/graphics/android/DumpLayer.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/DumpLayer.cpp
diff --git a/Source/WebCore/platform/graphics/android/DumpLayer.h b/Source/WebCore/platform/graphics/android/layers/DumpLayer.h
index 5b30952..5b30952 100644
--- a/Source/WebCore/platform/graphics/android/DumpLayer.h
+++ b/Source/WebCore/platform/graphics/android/layers/DumpLayer.h
diff --git a/Source/WebCore/platform/graphics/android/FixedPositioning.cpp b/Source/WebCore/platform/graphics/android/layers/FixedPositioning.cpp
index c7909c4..c7909c4 100644
--- a/Source/WebCore/platform/graphics/android/FixedPositioning.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/FixedPositioning.cpp
diff --git a/Source/WebCore/platform/graphics/android/FixedPositioning.h b/Source/WebCore/platform/graphics/android/layers/FixedPositioning.h
index 973113b..973113b 100644
--- a/Source/WebCore/platform/graphics/android/FixedPositioning.h
+++ b/Source/WebCore/platform/graphics/android/layers/FixedPositioning.h
diff --git a/Source/WebCore/platform/graphics/android/IFrameContentLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/layers/IFrameContentLayerAndroid.cpp
index dadb13d..dadb13d 100644
--- a/Source/WebCore/platform/graphics/android/IFrameContentLayerAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/IFrameContentLayerAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/IFrameContentLayerAndroid.h b/Source/WebCore/platform/graphics/android/layers/IFrameContentLayerAndroid.h
index 64b2d06..64b2d06 100644
--- a/Source/WebCore/platform/graphics/android/IFrameContentLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/layers/IFrameContentLayerAndroid.h
diff --git a/Source/WebCore/platform/graphics/android/IFrameLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/layers/IFrameLayerAndroid.cpp
index 3532542..3532542 100644
--- a/Source/WebCore/platform/graphics/android/IFrameLayerAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/IFrameLayerAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/IFrameLayerAndroid.h b/Source/WebCore/platform/graphics/android/layers/IFrameLayerAndroid.h
index e12188a..e12188a 100644
--- a/Source/WebCore/platform/graphics/android/IFrameLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/layers/IFrameLayerAndroid.h
diff --git a/Source/WebCore/platform/graphics/android/Layer.cpp b/Source/WebCore/platform/graphics/android/layers/Layer.cpp
index 48e36fc..48e36fc 100644
--- a/Source/WebCore/platform/graphics/android/Layer.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/Layer.cpp
diff --git a/Source/WebCore/platform/graphics/android/Layer.h b/Source/WebCore/platform/graphics/android/layers/Layer.h
index 996547b..996547b 100644
--- a/Source/WebCore/platform/graphics/android/Layer.h
+++ b/Source/WebCore/platform/graphics/android/layers/Layer.h
diff --git a/Source/WebCore/platform/graphics/android/LayerAndroid.cpp b/Source/WebCore/platform/graphics/android/layers/LayerAndroid.cpp
index df3fa42..df3fa42 100644
--- a/Source/WebCore/platform/graphics/android/LayerAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/LayerAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/LayerAndroid.h b/Source/WebCore/platform/graphics/android/layers/LayerAndroid.h
index 6239418..6239418 100644
--- a/Source/WebCore/platform/graphics/android/LayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/layers/LayerAndroid.h
diff --git a/Source/WebCore/platform/graphics/android/LayerContent.h b/Source/WebCore/platform/graphics/android/layers/LayerContent.h
index 97bc32a..97bc32a 100644
--- a/Source/WebCore/platform/graphics/android/LayerContent.h
+++ b/Source/WebCore/platform/graphics/android/layers/LayerContent.h
diff --git a/Source/WebCore/platform/graphics/android/MediaLayer.cpp b/Source/WebCore/platform/graphics/android/layers/MediaLayer.cpp
index 6227ea4..6227ea4 100644
--- a/Source/WebCore/platform/graphics/android/MediaLayer.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/MediaLayer.cpp
diff --git a/Source/WebCore/platform/graphics/android/MediaLayer.h b/Source/WebCore/platform/graphics/android/layers/MediaLayer.h
index 2f39d74..2f39d74 100644
--- a/Source/WebCore/platform/graphics/android/MediaLayer.h
+++ b/Source/WebCore/platform/graphics/android/layers/MediaLayer.h
diff --git a/Source/WebCore/platform/graphics/android/MediaListener.h b/Source/WebCore/platform/graphics/android/layers/MediaListener.h
index 2dfc08b..2dfc08b 100644
--- a/Source/WebCore/platform/graphics/android/MediaListener.h
+++ b/Source/WebCore/platform/graphics/android/layers/MediaListener.h
diff --git a/Source/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h b/Source/WebCore/platform/graphics/android/layers/MediaPlayerPrivateAndroid.h
index 535e7ae..535e7ae 100644
--- a/Source/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h
+++ b/Source/WebCore/platform/graphics/android/layers/MediaPlayerPrivateAndroid.h
diff --git a/Source/WebCore/platform/graphics/android/MediaTexture.cpp b/Source/WebCore/platform/graphics/android/layers/MediaTexture.cpp
index dffe6c2..dffe6c2 100644
--- a/Source/WebCore/platform/graphics/android/MediaTexture.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/MediaTexture.cpp
diff --git a/Source/WebCore/platform/graphics/android/MediaTexture.h b/Source/WebCore/platform/graphics/android/layers/MediaTexture.h
index 9ea7be2..9ea7be2 100644
--- a/Source/WebCore/platform/graphics/android/MediaTexture.h
+++ b/Source/WebCore/platform/graphics/android/layers/MediaTexture.h
diff --git a/Source/WebCore/platform/graphics/android/PictureLayerContent.cpp b/Source/WebCore/platform/graphics/android/layers/PictureLayerContent.cpp
index 4398146..4398146 100644
--- a/Source/WebCore/platform/graphics/android/PictureLayerContent.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/PictureLayerContent.cpp
diff --git a/Source/WebCore/platform/graphics/android/PictureLayerContent.h b/Source/WebCore/platform/graphics/android/layers/PictureLayerContent.h
index 94bdfac..94bdfac 100644
--- a/Source/WebCore/platform/graphics/android/PictureLayerContent.h
+++ b/Source/WebCore/platform/graphics/android/layers/PictureLayerContent.h
diff --git a/Source/WebCore/platform/graphics/android/PictureSetLayerContent.cpp b/Source/WebCore/platform/graphics/android/layers/PictureSetLayerContent.cpp
index 8b72b0a..8b72b0a 100644
--- a/Source/WebCore/platform/graphics/android/PictureSetLayerContent.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/PictureSetLayerContent.cpp
diff --git a/Source/WebCore/platform/graphics/android/PictureSetLayerContent.h b/Source/WebCore/platform/graphics/android/layers/PictureSetLayerContent.h
index 61fc3f4..61fc3f4 100644
--- a/Source/WebCore/platform/graphics/android/PictureSetLayerContent.h
+++ b/Source/WebCore/platform/graphics/android/layers/PictureSetLayerContent.h
diff --git a/Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/layers/ScrollableLayerAndroid.cpp
index f28c31d..f28c31d 100644
--- a/Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/ScrollableLayerAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.h b/Source/WebCore/platform/graphics/android/layers/ScrollableLayerAndroid.h
index 1f289e6..1f289e6 100644
--- a/Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/layers/ScrollableLayerAndroid.h
diff --git a/Source/WebCore/platform/graphics/android/VideoLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/layers/VideoLayerAndroid.cpp
index 39bbec6..39bbec6 100644
--- a/Source/WebCore/platform/graphics/android/VideoLayerAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/VideoLayerAndroid.cpp
diff --git a/Source/WebCore/platform/graphics/android/VideoLayerAndroid.h b/Source/WebCore/platform/graphics/android/layers/VideoLayerAndroid.h
index dd88a85..dd88a85 100644
--- a/Source/WebCore/platform/graphics/android/VideoLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/layers/VideoLayerAndroid.h
diff --git a/Source/WebCore/platform/graphics/android/VideoLayerManager.cpp b/Source/WebCore/platform/graphics/android/layers/VideoLayerManager.cpp
index 6501f98..6501f98 100644
--- a/Source/WebCore/platform/graphics/android/VideoLayerManager.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/VideoLayerManager.cpp
diff --git a/Source/WebCore/platform/graphics/android/VideoLayerManager.h b/Source/WebCore/platform/graphics/android/layers/VideoLayerManager.h
index 6c02534..6c02534 100644
--- a/Source/WebCore/platform/graphics/android/VideoLayerManager.h
+++ b/Source/WebCore/platform/graphics/android/layers/VideoLayerManager.h
diff --git a/Source/WebCore/platform/graphics/android/BaseRenderer.cpp b/Source/WebCore/platform/graphics/android/rendering/BaseRenderer.cpp
index 833aea9..833aea9 100644
--- a/Source/WebCore/platform/graphics/android/BaseRenderer.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/BaseRenderer.cpp
diff --git a/Source/WebCore/platform/graphics/android/BaseRenderer.h b/Source/WebCore/platform/graphics/android/rendering/BaseRenderer.h
index f225871..f225871 100644
--- a/Source/WebCore/platform/graphics/android/BaseRenderer.h
+++ b/Source/WebCore/platform/graphics/android/rendering/BaseRenderer.h
diff --git a/Source/WebCore/platform/graphics/android/DrawQuadData.h b/Source/WebCore/platform/graphics/android/rendering/DrawQuadData.h
index 687808d..687808d 100644
--- a/Source/WebCore/platform/graphics/android/DrawQuadData.h
+++ b/Source/WebCore/platform/graphics/android/rendering/DrawQuadData.h
diff --git a/Source/WebCore/platform/graphics/android/GLExtras.cpp b/Source/WebCore/platform/graphics/android/rendering/GLExtras.cpp
index 6498ecf..6498ecf 100644
--- a/Source/WebCore/platform/graphics/android/GLExtras.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/GLExtras.cpp
diff --git a/Source/WebCore/platform/graphics/android/GLExtras.h b/Source/WebCore/platform/graphics/android/rendering/GLExtras.h
index 59a7c3c..59a7c3c 100644
--- a/Source/WebCore/platform/graphics/android/GLExtras.h
+++ b/Source/WebCore/platform/graphics/android/rendering/GLExtras.h
diff --git a/Source/WebCore/platform/graphics/android/GLUtils.cpp b/Source/WebCore/platform/graphics/android/rendering/GLUtils.cpp
index 26bd55d..26bd55d 100644
--- a/Source/WebCore/platform/graphics/android/GLUtils.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/GLUtils.cpp
diff --git a/Source/WebCore/platform/graphics/android/GLUtils.h b/Source/WebCore/platform/graphics/android/rendering/GLUtils.h
index d4a2e84..d4a2e84 100644
--- a/Source/WebCore/platform/graphics/android/GLUtils.h
+++ b/Source/WebCore/platform/graphics/android/rendering/GLUtils.h
diff --git a/Source/WebCore/platform/graphics/android/GaneshContext.cpp b/Source/WebCore/platform/graphics/android/rendering/GaneshContext.cpp
index bf43652..bf43652 100644
--- a/Source/WebCore/platform/graphics/android/GaneshContext.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/GaneshContext.cpp
diff --git a/Source/WebCore/platform/graphics/android/GaneshContext.h b/Source/WebCore/platform/graphics/android/rendering/GaneshContext.h
index 57e8e19..57e8e19 100644
--- a/Source/WebCore/platform/graphics/android/GaneshContext.h
+++ b/Source/WebCore/platform/graphics/android/rendering/GaneshContext.h
diff --git a/Source/WebCore/platform/graphics/android/GaneshRenderer.cpp b/Source/WebCore/platform/graphics/android/rendering/GaneshRenderer.cpp
index 208adb6..208adb6 100644
--- a/Source/WebCore/platform/graphics/android/GaneshRenderer.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/GaneshRenderer.cpp
diff --git a/Source/WebCore/platform/graphics/android/GaneshRenderer.h b/Source/WebCore/platform/graphics/android/rendering/GaneshRenderer.h
index d7eda24..d7eda24 100644
--- a/Source/WebCore/platform/graphics/android/GaneshRenderer.h
+++ b/Source/WebCore/platform/graphics/android/rendering/GaneshRenderer.h
diff --git a/Source/WebCore/platform/graphics/android/ImageTexture.cpp b/Source/WebCore/platform/graphics/android/rendering/ImageTexture.cpp
index b2ead6a..b2ead6a 100644
--- a/Source/WebCore/platform/graphics/android/ImageTexture.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/ImageTexture.cpp
diff --git a/Source/WebCore/platform/graphics/android/ImageTexture.h b/Source/WebCore/platform/graphics/android/rendering/ImageTexture.h
index 34430f1..34430f1 100644
--- a/Source/WebCore/platform/graphics/android/ImageTexture.h
+++ b/Source/WebCore/platform/graphics/android/rendering/ImageTexture.h
diff --git a/Source/WebCore/platform/graphics/android/ImagesManager.cpp b/Source/WebCore/platform/graphics/android/rendering/ImagesManager.cpp
index 8452503..8452503 100644
--- a/Source/WebCore/platform/graphics/android/ImagesManager.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/ImagesManager.cpp
diff --git a/Source/WebCore/platform/graphics/android/ImagesManager.h b/Source/WebCore/platform/graphics/android/rendering/ImagesManager.h
index b915a46..b915a46 100644
--- a/Source/WebCore/platform/graphics/android/ImagesManager.h
+++ b/Source/WebCore/platform/graphics/android/rendering/ImagesManager.h
diff --git a/Source/WebCore/platform/graphics/android/InspectorCanvas.cpp b/Source/WebCore/platform/graphics/android/rendering/InspectorCanvas.cpp
index f9edb74..f9edb74 100644
--- a/Source/WebCore/platform/graphics/android/InspectorCanvas.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/InspectorCanvas.cpp
diff --git a/Source/WebCore/platform/graphics/android/InspectorCanvas.h b/Source/WebCore/platform/graphics/android/rendering/InspectorCanvas.h
index 415a579..415a579 100644
--- a/Source/WebCore/platform/graphics/android/InspectorCanvas.h
+++ b/Source/WebCore/platform/graphics/android/rendering/InspectorCanvas.h
diff --git a/Source/WebCore/platform/graphics/android/PaintTileOperation.cpp b/Source/WebCore/platform/graphics/android/rendering/PaintTileOperation.cpp
index b5e435b..b5e435b 100644
--- a/Source/WebCore/platform/graphics/android/PaintTileOperation.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/PaintTileOperation.cpp
diff --git a/Source/WebCore/platform/graphics/android/PaintTileOperation.h b/Source/WebCore/platform/graphics/android/rendering/PaintTileOperation.h
index 1d376bf..1d376bf 100644
--- a/Source/WebCore/platform/graphics/android/PaintTileOperation.h
+++ b/Source/WebCore/platform/graphics/android/rendering/PaintTileOperation.h
diff --git a/Source/WebCore/platform/graphics/android/QueuedOperation.h b/Source/WebCore/platform/graphics/android/rendering/QueuedOperation.h
index f98efcd..f98efcd 100644
--- a/Source/WebCore/platform/graphics/android/QueuedOperation.h
+++ b/Source/WebCore/platform/graphics/android/rendering/QueuedOperation.h
diff --git a/Source/WebCore/platform/graphics/android/RasterRenderer.cpp b/Source/WebCore/platform/graphics/android/rendering/RasterRenderer.cpp
index b880eef..b880eef 100644
--- a/Source/WebCore/platform/graphics/android/RasterRenderer.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/RasterRenderer.cpp
diff --git a/Source/WebCore/platform/graphics/android/RasterRenderer.h b/Source/WebCore/platform/graphics/android/rendering/RasterRenderer.h
index 39e00f2..39e00f2 100644
--- a/Source/WebCore/platform/graphics/android/RasterRenderer.h
+++ b/Source/WebCore/platform/graphics/android/rendering/RasterRenderer.h
diff --git a/Source/WebCore/platform/graphics/android/ShaderProgram.cpp b/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.cpp
index a0d9e56..a0d9e56 100644
--- a/Source/WebCore/platform/graphics/android/ShaderProgram.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.cpp
diff --git a/Source/WebCore/platform/graphics/android/ShaderProgram.h b/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h
index b233f2b..b233f2b 100644
--- a/Source/WebCore/platform/graphics/android/ShaderProgram.h
+++ b/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h
diff --git a/Source/WebCore/platform/graphics/android/Surface.cpp b/Source/WebCore/platform/graphics/android/rendering/Surface.cpp
index 3ed3aad..3ed3aad 100644
--- a/Source/WebCore/platform/graphics/android/Surface.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/Surface.cpp
diff --git a/Source/WebCore/platform/graphics/android/Surface.h b/Source/WebCore/platform/graphics/android/rendering/Surface.h
index 27c997e..27c997e 100644
--- a/Source/WebCore/platform/graphics/android/Surface.h
+++ b/Source/WebCore/platform/graphics/android/rendering/Surface.h
diff --git a/Source/WebCore/platform/graphics/android/SurfaceBacking.cpp b/Source/WebCore/platform/graphics/android/rendering/SurfaceBacking.cpp
index 7c8f570..7c8f570 100644
--- a/Source/WebCore/platform/graphics/android/SurfaceBacking.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceBacking.cpp
diff --git a/Source/WebCore/platform/graphics/android/SurfaceBacking.h b/Source/WebCore/platform/graphics/android/rendering/SurfaceBacking.h
index b04e462..b04e462 100644
--- a/Source/WebCore/platform/graphics/android/SurfaceBacking.h
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceBacking.h
diff --git a/Source/WebCore/platform/graphics/android/SurfaceCollection.cpp b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp
index 0bbaf91..0bbaf91 100644
--- a/Source/WebCore/platform/graphics/android/SurfaceCollection.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp
diff --git a/Source/WebCore/platform/graphics/android/SurfaceCollection.h b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
index 6450c9c..6450c9c 100644
--- a/Source/WebCore/platform/graphics/android/SurfaceCollection.h
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
diff --git a/Source/WebCore/platform/graphics/android/SurfaceCollectionManager.cpp b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollectionManager.cpp
index 8fb4d4b..8fb4d4b 100644
--- a/Source/WebCore/platform/graphics/android/SurfaceCollectionManager.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollectionManager.cpp
diff --git a/Source/WebCore/platform/graphics/android/SurfaceCollectionManager.h b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollectionManager.h
index cc98899..cc98899 100644
--- a/Source/WebCore/platform/graphics/android/SurfaceCollectionManager.h
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollectionManager.h
diff --git a/Source/WebCore/platform/graphics/android/TextureInfo.cpp b/Source/WebCore/platform/graphics/android/rendering/TextureInfo.cpp
index f5c8b02..f5c8b02 100644
--- a/Source/WebCore/platform/graphics/android/TextureInfo.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TextureInfo.cpp
diff --git a/Source/WebCore/platform/graphics/android/TextureInfo.h b/Source/WebCore/platform/graphics/android/rendering/TextureInfo.h
index 7d182c3..7d182c3 100644
--- a/Source/WebCore/platform/graphics/android/TextureInfo.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TextureInfo.h
diff --git a/Source/WebCore/platform/graphics/android/TextureOwner.h b/Source/WebCore/platform/graphics/android/rendering/TextureOwner.h
index b12d8b7..b12d8b7 100644
--- a/Source/WebCore/platform/graphics/android/TextureOwner.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TextureOwner.h
diff --git a/Source/WebCore/platform/graphics/android/TexturesGenerator.cpp b/Source/WebCore/platform/graphics/android/rendering/TexturesGenerator.cpp
index f884e52..f884e52 100644
--- a/Source/WebCore/platform/graphics/android/TexturesGenerator.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TexturesGenerator.cpp
diff --git a/Source/WebCore/platform/graphics/android/TexturesGenerator.h b/Source/WebCore/platform/graphics/android/rendering/TexturesGenerator.h
index 08f69ae..08f69ae 100644
--- a/Source/WebCore/platform/graphics/android/TexturesGenerator.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TexturesGenerator.h
diff --git a/Source/WebCore/platform/graphics/android/Tile.cpp b/Source/WebCore/platform/graphics/android/rendering/Tile.cpp
index 35fded1..35fded1 100644
--- a/Source/WebCore/platform/graphics/android/Tile.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/Tile.cpp
diff --git a/Source/WebCore/platform/graphics/android/Tile.h b/Source/WebCore/platform/graphics/android/rendering/Tile.h
index 7010301..7010301 100644
--- a/Source/WebCore/platform/graphics/android/Tile.h
+++ b/Source/WebCore/platform/graphics/android/rendering/Tile.h
diff --git a/Source/WebCore/platform/graphics/android/TileGrid.cpp b/Source/WebCore/platform/graphics/android/rendering/TileGrid.cpp
index 0e900a9..0e900a9 100644
--- a/Source/WebCore/platform/graphics/android/TileGrid.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TileGrid.cpp
diff --git a/Source/WebCore/platform/graphics/android/TileGrid.h b/Source/WebCore/platform/graphics/android/rendering/TileGrid.h
index ffb6c7e..ffb6c7e 100644
--- a/Source/WebCore/platform/graphics/android/TileGrid.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TileGrid.h
diff --git a/Source/WebCore/platform/graphics/android/TilePainter.h b/Source/WebCore/platform/graphics/android/rendering/TilePainter.h
index d992aee..d992aee 100644
--- a/Source/WebCore/platform/graphics/android/TilePainter.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TilePainter.h
diff --git a/Source/WebCore/platform/graphics/android/TileTexture.cpp b/Source/WebCore/platform/graphics/android/rendering/TileTexture.cpp
index 39effd7..39effd7 100644
--- a/Source/WebCore/platform/graphics/android/TileTexture.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TileTexture.cpp
diff --git a/Source/WebCore/platform/graphics/android/TileTexture.h b/Source/WebCore/platform/graphics/android/rendering/TileTexture.h
index 5fe43b0..5fe43b0 100644
--- a/Source/WebCore/platform/graphics/android/TileTexture.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TileTexture.h
diff --git a/Source/WebCore/platform/graphics/android/TilesManager.cpp b/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
index e8b8cd1..e8b8cd1 100644
--- a/Source/WebCore/platform/graphics/android/TilesManager.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
diff --git a/Source/WebCore/platform/graphics/android/TilesManager.h b/Source/WebCore/platform/graphics/android/rendering/TilesManager.h
index 92c56d3..92c56d3 100644
--- a/Source/WebCore/platform/graphics/android/TilesManager.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TilesManager.h
diff --git a/Source/WebCore/platform/graphics/android/TilesProfiler.cpp b/Source/WebCore/platform/graphics/android/rendering/TilesProfiler.cpp
index 4f0c6b5..4f0c6b5 100644
--- a/Source/WebCore/platform/graphics/android/TilesProfiler.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TilesProfiler.cpp
diff --git a/Source/WebCore/platform/graphics/android/TilesProfiler.h b/Source/WebCore/platform/graphics/android/rendering/TilesProfiler.h
index b39ae2f..b39ae2f 100644
--- a/Source/WebCore/platform/graphics/android/TilesProfiler.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TilesProfiler.h
diff --git a/Source/WebCore/platform/graphics/android/TransferQueue.cpp b/Source/WebCore/platform/graphics/android/rendering/TransferQueue.cpp
index ec0d9e7..ec0d9e7 100644
--- a/Source/WebCore/platform/graphics/android/TransferQueue.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TransferQueue.cpp
diff --git a/Source/WebCore/platform/graphics/android/TransferQueue.h b/Source/WebCore/platform/graphics/android/rendering/TransferQueue.h
index 65ff116..65ff116 100644
--- a/Source/WebCore/platform/graphics/android/TransferQueue.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TransferQueue.h
diff --git a/Source/WebCore/platform/graphics/android/ClassTracker.cpp b/Source/WebCore/platform/graphics/android/utils/ClassTracker.cpp
index 98e33d9..98e33d9 100644
--- a/Source/WebCore/platform/graphics/android/ClassTracker.cpp
+++ b/Source/WebCore/platform/graphics/android/utils/ClassTracker.cpp
diff --git a/Source/WebCore/platform/graphics/android/ClassTracker.h b/Source/WebCore/platform/graphics/android/utils/ClassTracker.h
index d169883..d169883 100644
--- a/Source/WebCore/platform/graphics/android/ClassTracker.h
+++ b/Source/WebCore/platform/graphics/android/utils/ClassTracker.h
diff --git a/Source/WebCore/platform/graphics/android/TestExport.h b/Source/WebCore/platform/graphics/android/utils/TestExport.h
index 15d7cc3..15d7cc3 100644
--- a/Source/WebCore/platform/graphics/android/TestExport.h
+++ b/Source/WebCore/platform/graphics/android/utils/TestExport.h