Changeset 56084 in webkit


Ignore:
Timestamp:
Mar 16, 2010 1:58:52 PM (14 years ago)
Author:
kbr@google.com
Message:

2010-03-16 Kenneth Russell <kbr@google.com>

Reviewed by Darin Fisher.

Build breakage from 33416
https://bugs.webkit.org/show_bug.cgi?id=36189

No new tests. Built release Chromium.

  • src/GraphicsContext3D.cpp: (WebCore::GraphicsContext3DInternal::reshape):
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r56074 r56084  
     12010-03-16  Kenneth Russell  <kbr@google.com>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Build breakage from 33416
     6        https://bugs.webkit.org/show_bug.cgi?id=36189
     7
     8        No new tests. Built release Chromium.
     9
     10        * src/GraphicsContext3D.cpp:
     11        (WebCore::GraphicsContext3DInternal::reshape):
     12
    1132010-03-16  Zhenyao Mo  <zmo@google.com>
    214
  • trunk/WebKit/chromium/src/GraphicsContext3D.cpp

    r56074 r56084  
    710710    }
    711711
    712     GLint internalColorFormat, colorFormat, internalDepthStencilFormat;
     712    GLint internalColorFormat, colorFormat, internalDepthStencilFormat = 0;
    713713    if (m_attrs.alpha) {
    714714        internalColorFormat = GL_RGBA8;
Note: See TracChangeset for help on using the changeset viewer.