Changeset 167660 in webkit


Ignore:
Timestamp:
Apr 22, 2014 8:19:02 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[WebKit2] Cleanup the build from unused parameter in WebProcess Module
https://bugs.webkit.org/show_bug.cgi?id=131970

Patch by Shivakumar JM <shiva.jm@samsung.com> on 2014-04-22
Reviewed by Darin Adler.

Fix a build warning by removing the parameters in function paintLayerContents() to fix build warning.

  • WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:

(WebKit::CoordinatedLayerTreeHost::paintLayerContents):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r167656 r167660  
     12014-04-22  Shivakumar JM  <shiva.jm@samsung.com>
     2
     3        [WebKit2] Cleanup the build from unused parameter in WebProcess Module
     4        https://bugs.webkit.org/show_bug.cgi?id=131970
     5
     6        Reviewed by Darin Adler.
     7
     8        Fix a build warning by removing the parameters in function paintLayerContents() to fix build warning.
     9
     10        * WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:
     11        (WebKit::CoordinatedLayerTreeHost::paintLayerContents):
     12
    1132014-04-22  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp

    r167398 r167660  
    207207}
    208208
    209 void CoordinatedLayerTreeHost::paintLayerContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, const IntRect& clipRect)
     209void CoordinatedLayerTreeHost::paintLayerContents(const GraphicsLayer*, GraphicsContext&, const IntRect&)
    210210{
    211211}
Note: See TracChangeset for help on using the changeset viewer.