Skip to content
  • commit-queue@webkit.org's avatar
    [EFL] [WebGL] Rename EGLConfigHelper as EGLConfigSelector. · 2597de4f
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=105876
    
    Patch by Kondapally Kalyan <kalyan.kondapally@intel.com> on 2012-12-30
    Reviewed by Kenneth Rohde Christiansen.
    
    This is to sync the naming conventions of our classes in both EGL and GLX implementations.
    In our GLX implementation, class responsible for the same functionality is named as GLXConfigSelector.
    This patch renames EGLConfigHelper as EGLConfigSelector.
    
    .:
    
    * Source/cmake/OptionsEfl.cmake:
    
    Source/WebCore:
    
    * PlatformEfl.cmake:
    * platform/graphics/surfaces/egl/EGLConfigSelector.cpp: Renamed from Source/WebCore/platform/graphics/surfaces/egl/EGLConfigHelper.cpp.
    (WebCore):
    (WebCore::SharedEGLDisplay::deref):
    (WebCore::SharedEGLDisplay::sharedEGLDisplay):
    (WebCore::SharedEGLDisplay::SharedEGLDisplay):
    (WebCore::SharedEGLDisplay::cleanup):
    (WebCore::SharedEGLDisplay::~SharedEGLDisplay):
    (WebCore::EGLConfigSelector::EGLConfigSelector):
    (WebCore::EGLConfigSelector::~EGLConfigSelector):
    (WebCore::EGLConfigSelector::display):
    (WebCore::EGLConfigSelector::pBufferContextConfig):
    (WebCore::EGLConfigSelector::surfaceContextConfig):
    (WebCore::EGLConfigSelector::nativeVisualId):
    (WebCore::EGLConfigSelector::reset):
    (WebCore::EGLConfigSelector::createConfig):
    * platform/graphics/surfaces/egl/EGLConfigSelector.h: Renamed from Source/WebCore/platform/graphics/surfaces/egl/EGLConfigHelper.h.
    (WebCore):
    (SharedEGLDisplay):
    (WebCore::SharedEGLDisplay::create):
    (EGLConfigSelector):
    * platform/graphics/surfaces/egl/EGLSurface.cpp:
    (WebCore::EGLWindowTransportSurface::EGLWindowTransportSurface):
    (WebCore::EGLWindowTransportSurface::configuration):
    (WebCore::EGLWindowTransportSurface::destroy):
    * platform/graphics/surfaces/egl/EGLSurface.h:
    (EGLWindowTransportSurface):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@138588 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2597de4f