Changeset 126106 in webkit


Ignore:
Timestamp:
Aug 20, 2012 5:37:07 PM (12 years ago)
Author:
jamesr@google.com
Message:

[chromium] Initialize GraphicsLayerChromium::m_contentsLayerId when setting contents layer
https://bugs.webkit.org/show_bug.cgi?id=94552

Reviewed by Kenneth Russell.

Set it or it don't work good.

  • platform/graphics/chromium/GraphicsLayerChromium.cpp:

(WebCore::GraphicsLayerChromium::setupContentsLayer):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r126105 r126106  
     12012-08-20  James Robinson  <jamesr@chromium.org>
     2
     3        [chromium] Initialize GraphicsLayerChromium::m_contentsLayerId when setting contents layer
     4        https://bugs.webkit.org/show_bug.cgi?id=94552
     5
     6        Reviewed by Kenneth Russell.
     7
     8        Set it or it don't work good.
     9
     10        * platform/graphics/chromium/GraphicsLayerChromium.cpp:
     11        (WebCore::GraphicsLayerChromium::setupContentsLayer):
     12
    1132012-08-20  Rik Cabanier  <cabanier@adobe.com>
    214
  • trunk/Source/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp

    r126099 r126106  
    771771{
    772772    m_contentsLayer = contentsLayer;
     773    m_contentsLayerId = m_contentsLayer->id();
    773774
    774775    if (m_contentsLayer) {
Note: See TracChangeset for help on using the changeset viewer.