Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Issue 11235025: Merge 129511 - [chromium] adding a page overlay causes endless update loop when accelerated composi… (Closed)

Created:
8 years, 2 months ago by caseq
Modified:
8 years, 2 months ago
Reviewers:
caseq
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Visibility:
Public.

Description

Merge 129511 - [chromium] adding a page overlay causes endless update loop when accelerated compositing is used https://bugs.webkit.org/show_bug.cgi?id=97466 Reviewed by James Robinson. Do not update overlays in composite() -- doing so ultimately causes invalidation of the view, hence another update and another call do composite(). Overlays should be updated only when their content changes. * src/WebViewImpl.cpp: (WebKit::WebViewImpl::composite): TBR=caseq@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=132049

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -3 lines) Patch
M Source/WebKit/chromium/src/WebViewImpl.cpp View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
caseq
8 years, 2 months ago (2012-10-22 09:19:05 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698