Hi John,
This is likely because skia's dependencies did not get correctly invalidated
after the sync, and you're linking against the old version while compiling
against the new (SkBitmap changed in size).  While a clobber build is
safest, you might be able to get away with just
cleaning and rebuilding the skia project.  YMMV.
Stephen

On Wed, May 13, 2009 at 8:21 PM, John Gregg <[email protected]> wrote:

>
> I'm synced to 16009 (which is the latest good change according to
> http://build.chromium.org/buildbot/continuous/LATEST/REVISION), and I
> got everything built, but when I run Chromium under Visual Studio I
> get an endless stream of:
>
> Run-Time Check Failure #2 - Stack around the variable 'bitmap' was
> corrupted
>
> on this call stack:
>        chrome.dll!skia::BitmapPlatformDeviceWin::create
>        chrome.dll!skia::PlatformCanvasWin::createPlatformDevice
>        chrome.dll!skia::PlatformCanvasWin::initialize
>        chrome.dll!skia::CanvasPaintT<ChromeCanvas>::init
>        chrome.dll!skia::CanvasPaintT<ChromeCanvas>::initPaint
>        chrome.dll!
> skia::CanvasPaintT<ChromeCanvas>::CanvasPaintT<ChromeCanvas>
>        chrome.dll!views::RootView::OnPaint
>        chrome.dll!views::WidgetWin::OnPaint
>
> Any suggestions?
>
> Thanks,
>  -John
>
> >
>


-- 
All truth passes through three stages. First, it is ridiculed. Second, it is
violently opposed. Third, it is accepted as being self-evident. --
Schopenhauer

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to