⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 180686 in webkit


Ignore:
Timestamp:
Feb 26, 2015, 11:16:30 AM (12 years ago)
Author:
roger_fong@apple.com
Message:

Unreviewed. Fix a accidental deletion from r178674.

  • html/canvas/WebGLRenderingContextBase.cpp:

(WebCore::WebGLRenderingContextBase::create):
Return the fake WebGL context.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r180685 r180686  
     12015-02-26  Roger Fong  <roger_fong@apple.com>
     2
     3        Unreviewed. Fix a accidental deletion from r178674.
     4
     5        * html/canvas/WebGLRenderingContextBase.cpp:
     6        (WebCore::WebGLRenderingContextBase::create):
     7        Return the fake WebGL context.
     8
    192015-02-26  Said Abou-Hallawa  <sabouhallawa@apple.com>
    210
  • trunk/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp

    r180609 r180686  
    401401        else
    402402            renderingContext = std::unique_ptr<WebGLRenderingContext>(new WebGLRenderingContext(canvas, attributes));
     403        return renderingContext;
    403404    }
    404405
Note: See TracChangeset for help on using the changeset viewer.