Changeset 95344 in webkit


Ignore:
Timestamp:
Sep 16, 2011 5:50:28 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Remove default NULL argument in LayerChromium::create().
https://bugs.webkit.org/show_bug.cgi?id=68211

Patch by Shawn Singh <shawnsingh@chromium.org> on 2011-09-16
Reviewed by James Robinson.

Code cleanup related to creating unit testing.

  • platform/graphics/chromium/LayerChromium.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r95341 r95344  
     12011-09-16  Shawn Singh  <shawnsingh@chromium.org>
     2
     3        Remove default NULL argument in LayerChromium::create().
     4        https://bugs.webkit.org/show_bug.cgi?id=68211
     5
     6        Reviewed by James Robinson.
     7
     8        Code cleanup related to creating unit testing.
     9
     10        * platform/graphics/chromium/LayerChromium.h:
     11
    1122011-09-16  Adrienne Walker  <enne@google.com>
    213
  • trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h

    r95341 r95344  
    7070    friend class LayerTilerChromium;
    7171public:
    72     static PassRefPtr<LayerChromium> create(CCLayerDelegate* = 0);
     72    static PassRefPtr<LayerChromium> create(CCLayerDelegate*);
    7373
    7474    virtual ~LayerChromium();
Note: See TracChangeset for help on using the changeset viewer.