SharedPlatformSurfaceTizen should accept PlatformSurface Attributes 73/4073/1
authorKondapally Kalyan <kalyan.kondapally@intel.com>
Tue, 18 Jun 2013 22:36:05 +0000 (01:36 +0300)
committerKondapally Kalyan <kalyan.kondapally@intel.com>
Tue, 18 Jun 2013 22:36:05 +0000 (01:36 +0300)
commitc26f36cafe9d7f3b7a9c8a0ef464b7e03dc0bf46
treef25dc33a36b39c781f2dac28dbca1c6448f764f9
parent236a55b24c66c0d1185b59f4face00df9b40d025
SharedPlatformSurfaceTizen should accept PlatformSurface Attributes

SharedPlatformSurfaceTizen accepts boolean values of all the
features it needs to support. Instead of using the boolean values,
it would be better to use GLPlatformSurface attributes.
This patch changes the constructor of SharedPlatformSurfaceTizen
to use GLPlatformSurface Attributes instead of boolean values.

Change-Id: Idf91d722251b54ea18b4616c0f4ffa6a09b42138
Source/WebCore/platform/graphics/efl/tizen/GraphicsContext3DOffscreen.cpp
Source/WebCore/platform/graphics/efl/tizen/GraphicsContext3DOffscreen.h
Source/WebCore/platform/graphics/efl/tizen/SharedPlatformSurfaceTizen.cpp
Source/WebCore/platform/graphics/efl/tizen/SharedPlatformSurfaceTizen.h
Source/WebKit2/WebProcess/WebPage/efl/tizen/PlatformSurfacePoolTizen.cpp