Changeset 70534 in webkit


Ignore:
Timestamp:
Oct 26, 2010 10:28:07 AM (13 years ago)
Author:
kbr@google.com
Message:

2010-10-26 Kenneth Russell <kbr@google.com>

Reviewed by Andreas Kling.

Valgrind failure in GraphicsContext3DInternal::reshape
https://bugs.webkit.org/show_bug.cgi?id=48284

  • src/WebGraphicsContext3DDefaultImpl.cpp: (WebKit::WebGraphicsContext3DDefaultImpl::WebGraphicsContext3DDefaultImpl):
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r70531 r70534  
     12010-10-26  Kenneth Russell  <kbr@google.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Valgrind failure in GraphicsContext3DInternal::reshape
     6        https://bugs.webkit.org/show_bug.cgi?id=48284
     7
     8        * src/WebGraphicsContext3DDefaultImpl.cpp:
     9        (WebKit::WebGraphicsContext3DDefaultImpl::WebGraphicsContext3DDefaultImpl):
     10
    1112010-10-26  Jeremy Orlow  <jorlow@chromium.org>
    212
  • trunk/WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp

    r69996 r70534  
    7474    , m_fbo(0)
    7575    , m_depthStencilBuffer(0)
     76    , m_cachedWidth(0)
     77    , m_cachedHeight(0)
    7678    , m_multisampleFBO(0)
    7779    , m_multisampleDepthStencilBuffer(0)
Note: See TracChangeset for help on using the changeset viewer.