Changeset 135734 in webkit


Ignore:
Timestamp:
Nov 26, 2012, 9:33:28 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Remove redundant assignment in TextureMapperLayer::flushCompositingStateSelf
https://bugs.webkit.org/show_bug.cgi?id=103233

Patch by Jae Hyun Park <jae.park@company100.net> on 2012-11-26
Reviewed by Noam Rosenthal.

This patch removes redundant assignment in TextureMapperLayer::flushCompositingStateSelf.

No new tests, because no change in bahavior.

  • platform/graphics/texmap/TextureMapperLayer.cpp:

(WebCore::TextureMapperLayer::flushCompositingStateSelf):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r135733 r135734  
     12012-11-26  Jae Hyun Park  <jae.park@company100.net>
     2
     3        Remove redundant assignment in TextureMapperLayer::flushCompositingStateSelf
     4        https://bugs.webkit.org/show_bug.cgi?id=103233
     5
     6        Reviewed by Noam Rosenthal.
     7
     8        This patch removes redundant assignment in TextureMapperLayer::flushCompositingStateSelf.
     9
     10        No new tests, because no change in bahavior.
     11
     12        * platform/graphics/texmap/TextureMapperLayer.cpp:
     13        (WebCore::TextureMapperLayer::flushCompositingStateSelf):
     14
    1152012-11-26  Tamas Czene  <tczene@inf.u-szeged.hu>
    216
  • trunk/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp

    r135620 r135734  
    419419    m_state.anchorPoint = graphicsLayer->anchorPoint();
    420420    m_state.size = graphicsLayer->size();
    421     m_state.contentsRect = graphicsLayer->contentsRect();
    422421    m_state.transform = graphicsLayer->transform();
    423422    m_state.contentsRect = graphicsLayer->contentsRect();
Note: See TracChangeset for help on using the changeset viewer.