[EFL] Rename ewk_tiled_*.c to ewk_tiled_*.cpp
authorryuan.choi@samsung.com <ryuan.choi@samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 3 Oct 2011 14:13:19 +0000 (14:13 +0000)
committerryuan.choi@samsung.com <ryuan.choi@samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 3 Oct 2011 14:13:19 +0000 (14:13 +0000)
commit5081f4dc6de174dfbd30956a951c9e593e6e26a6
tree4083a3b37e1d62646c3cae5c06290d577bb51309
parent4756a8d0907473797101dd09490b746c318d5bd2
[EFL] Rename ewk_tiled_*.c to ewk_tiled_*.cpp
https://bugs.webkit.org/show_bug.cgi?id=68599

Use a C++ compiler for these files and fix compile issues and coding style.

Reviewed by Hajime Morita.

* CMakeListsEfl.txt:
* ewk/ewk_tiled_backing_store.cpp: Renamed from Source/WebKit/efl/ewk/ewk_tiled_backing_store.c.
* ewk/ewk_tiled_backing_store.h:
* ewk/ewk_tiled_matrix.cpp: Renamed from Source/WebKit/efl/ewk/ewk_tiled_matrix.c.
* ewk/ewk_tiled_model.cpp: Renamed from Source/WebKit/efl/ewk/ewk_tiled_model.c.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96495 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit/efl/CMakeListsEfl.txt
Source/WebKit/efl/ChangeLog
Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp [moved from Source/WebKit/efl/ewk/ewk_tiled_backing_store.c with 97% similarity]
Source/WebKit/efl/ewk/ewk_tiled_backing_store.h
Source/WebKit/efl/ewk/ewk_tiled_matrix.cpp [moved from Source/WebKit/efl/ewk/ewk_tiled_matrix.c with 90% similarity]
Source/WebKit/efl/ewk/ewk_tiled_model.cpp [moved from Source/WebKit/efl/ewk/ewk_tiled_model.c with 93% similarity]