Changeset 57771 in webkit


Ignore:
Timestamp:
Apr 16, 2010 7:30:14 PM (14 years ago)
Author:
dumi@chromium.org
Message:

Get rid of the UNUSED_PARAM macro in GraphicsContext3D.cpp.
https://bugs.webkit.org/show_bug.cgi?id=37733

Reviewed by Eric Seidel.

  • src/GraphicsContext3D.cpp:

(WebCore::GraphicsContext3D::GraphicsContext3D):

Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r57768 r57771  
     12010-04-16  Dumitru Daniliuc  <dumi@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Get rid of the UNUSED_PARAM macro in GraphicsContext3D.cpp.
     6        https://bugs.webkit.org/show_bug.cgi?id=37733
     7
     8        * src/GraphicsContext3D.cpp:
     9        (WebCore::GraphicsContext3D::GraphicsContext3D):
     10
    1112010-04-16  Dumitru Daniliuc  <dumi@chromium.org>
    212
  • trunk/WebKit/chromium/src/GraphicsContext3D.cpp

    r57758 r57771  
    5858#include <stdio.h>
    5959#include <wtf/FastMalloc.h>
    60 #include <wtf/UnusedParam.h>
    6160#include <wtf/text/CString.h>
    6261
     
    10501049}
    10511050
    1052 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow)
    1053 {
    1054     UNUSED_PARAM(hostWindow);
     1051GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes, HostWindow*)
     1052{
    10551053}
    10561054
Note: See TracChangeset for help on using the changeset viewer.