Define shared buffer handle type in GLDefs. 05/3805/1
authorKondapally Kalyan <kalyan.kondapally@intel.com>
Tue, 4 Jun 2013 09:23:35 +0000 (12:23 +0300)
committerKondapally Kalyan <kalyan.kondapally@intel.com>
Tue, 4 Jun 2013 09:23:35 +0000 (12:23 +0300)
commitb4b09230975d372bc42a362c627047635f0eb246
tree0a16771f579af88f5bb39ded626242073f5c954f
parentee898b502764729adff822887806e4a9bfb851f1
Define shared buffer handle type in GLDefs.

Currently, shared buffer handle is used in many places. This
patch defines the type of the shared buffer handle in GLDefs
and uses it in all the appropriate places.
29 files changed:
Source/WebCore/platform/graphics/efl/tizen/Canvas2DLayerTizen.cpp
Source/WebCore/platform/graphics/efl/tizen/Canvas2DLayerTizen.h
Source/WebCore/platform/graphics/efl/tizen/GraphicsContext3DOffscreen.cpp
Source/WebCore/platform/graphics/efl/tizen/GraphicsContext3DOffscreen.h
Source/WebCore/platform/graphics/gstreamer/tizen/VideoLayerTizen.cpp
Source/WebCore/platform/graphics/gstreamer/tizen/VideoLayerTizen.h
Source/WebCore/platform/graphics/opengl/GLDefs.h
Source/WebCore/platform/graphics/surfaces/GraphicsSurface.cpp
Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h
Source/WebCore/platform/graphics/surfaces/tizen/GraphicsSurfaceTizen.cpp
Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp
Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.h
Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayer.h
Source/WebKit2/PlatformTizen.cmake
Source/WebKit2/Shared/ShareableSurface.h
Source/WebKit2/UIProcess/LayerTreeCoordinatorProxy.cpp
Source/WebKit2/UIProcess/LayerTreeCoordinatorProxy.h
Source/WebKit2/UIProcess/LayerTreeCoordinatorProxy.messages.in
Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp
Source/WebKit2/UIProcess/WebLayerTreeRenderer.h
Source/WebKit2/UIProcess/tizen/WebLayerTreeRendererTizen.cpp
Source/WebKit2/UIProcess/tizen/WebLayerTreeRendererTizen.h
Source/WebKit2/WebProcess/Plugins/Plugin.h
Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp
Source/WebKit2/WebProcess/Plugins/PluginProxy.h
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/LayerTreeCoordinator.cpp
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/LayerTreeCoordinator.h
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/WebGraphicsLayer.cpp
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/WebGraphicsLayer.h