[Refactoring] Move PlatformSurfacePoolEfl to PlatformSurfacePoolTizen
authorGyuyoung Kim <gyuyoung.kim@samsung.com>
Mon, 1 Apr 2013 07:22:04 +0000 (16:22 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 2 Apr 2013 06:58:28 +0000 (15:58 +0900)
commit311268de042f9c15f80a3dcae5ed587f0293abde
treecfe3d2e838a73bdaade96c77ab74654ec745f5e6
parentc466eaceb4bd207316ddef00b844388881d27731
[Refactoring] Move PlatformSurfacePoolEfl to PlatformSurfacePoolTizen

Change-Id: I532fb2332b786d17c3623717922efd89554b2ff5
13 files changed:
Source/WebKit2/PlatformTizen.cmake
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/WebGraphicsLayer.h
Source/WebKit2/WebProcess/WebPage/efl/tizen/LinkMagnifier.cpp [changed mode: 0755->0644]
Source/WebKit2/WebProcess/WebPage/efl/tizen/LinkMagnifier.h [changed mode: 0755->0644]
Source/WebKit2/WebProcess/WebPage/efl/tizen/PlatformSurfacePoolTizen.cpp [moved from Source/WebKit2/WebProcess/WebPage/efl/PlatformSurfacePoolEfl.cpp with 86% similarity]
Source/WebKit2/WebProcess/WebPage/efl/tizen/PlatformSurfacePoolTizen.h [moved from Source/WebKit2/WebProcess/WebPage/efl/PlatformSurfacePoolEfl.h with 91% similarity]
Source/WebKit2/WebProcess/WebPage/efl/tizen/ScreenReader.cpp [changed mode: 0755->0644]
Source/WebKit2/WebProcess/WebPage/efl/tizen/ScreenReader.h [changed mode: 0755->0644]
Source/WebKit2/WebProcess/WebPage/efl/tizen/TiledBackingStoreRemoteTileTizen.cpp [moved from Source/WebKit2/WebProcess/WebPage/efl/TiledBackingStoreRemoteTileTizen.cpp with 98% similarity]
Source/WebKit2/WebProcess/WebPage/efl/tizen/TiledBackingStoreRemoteTileTizen.h [moved from Source/WebKit2/WebProcess/WebPage/efl/TiledBackingStoreRemoteTileTizen.h with 97% similarity]
Source/WebKit2/WebProcess/WebProcess.cpp
Source/WebKit2/WebProcess/WebProcess.h
Source/WebKit2/WebProcess/efl/WebProcessEfl.cpp