Fixed Build error; no member named isUsingPlatformSurface()
authorEunsol Park <eunsol47.park@samsung.com>
Wed, 22 May 2013 10:55:47 +0000 (19:55 +0900)
committerEunsol Park <eunsol47.park@samsung.com>
Wed, 22 May 2013 10:56:21 +0000 (19:56 +0900)
commit40de4a27d507b4cd29faf3ccbc5d4bbac12edf5c
treeeb70a4c867d7b0569ec3acb00b7824f7f19afbb9
parent15bf08bc3982d904305c55f19707e0714902d8a0
Fixed Build error; no member named isUsingPlatformSurface()

[Title] Fixed Build error; no member named isUsingPlatformSurface()
[Issue#] N/A
[Problem] Build error
[Cause] the func is only defined when TIZEN_RUNTIME_BACKEND_SELECTION is ENABLE.
[Solution] fixed the macro usage

Change-Id: I15a006abb4d26ff3245ecf8a1603496d1826b89f
Source/WebKit2/UIProcess/LayerTreeCoordinatorProxy.cpp