Changeset 135734 in webkit
- Timestamp:
- Nov 26, 2012, 9:33:28 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r135733 r135734 1 2012-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 1 15 2012-11-26 Tamas Czene <tczene@inf.u-szeged.hu> 2 16 -
trunk/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp
r135620 r135734 419 419 m_state.anchorPoint = graphicsLayer->anchorPoint(); 420 420 m_state.size = graphicsLayer->size(); 421 m_state.contentsRect = graphicsLayer->contentsRect();422 421 m_state.transform = graphicsLayer->transform(); 423 422 m_state.contentsRect = graphicsLayer->contentsRect();
Note:
See TracChangeset
for help on using the changeset viewer.