Chromium Code Reviews

Issue 5639006: Merge 73479 - 2010-12-07 Alexey Marinichev <amarinichev@chromium.org>... (Closed)

Created:
10 years ago by jamesr
Modified:
9 years, 6 months ago
Reviewers:
jamesr
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/597/
Visibility:
Public.

Description

Merge 73479 - 2010-12-07 Alexey Marinichev <amarinichev@chromium.org>; Reviewed by James Robinson. [chromium] compositor lost context recovery fix https://bugs.webkit.org/show_bug.cgi?id=50614 To test, load a page that triggers the compositor, kill the GPU process and hover over a link to redraw and thus restart the GPU process. Without this patch it will assert in ContentLayerChromium::updateTextureRect; with this patch it will not. * platform/graphics/chromium/LayerChromium.cpp: (WebCore::LayerChromium::setNeedsDisplay): TBR=amarinichev@chromium.org BUG=65194 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=73482

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+628 lines, -0 lines)
M WebCore/ChangeLog View 1 chunk +627 lines, -0 lines 0 comments
M WebCore/platform/graphics/chromium/LayerChromium.cpp View 1 chunk +1 line, -0 lines 0 comments

Messages

Total messages: 1 (0 generated)
jamesr
10 years ago (2010-12-08 01:03:37 UTC) #1

          

Powered by Google App Engine