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

Issue 6320002: O2D: Several (unrelated) improvements:... (Closed)

Created:
9 years, 11 months ago by Tristan Schmelcher 2
Modified:
9 years, 6 months ago
Reviewers:
geer, zhurunz, Tim H
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

O2D: Several (unrelated) improvements: - Use Cairo double-buffering (prevents flickering when there is translucency). - Add an API to allow JS to indicate the stacking order of layers. (Previously it was the arbitrary order of their creation!) - Delete layer objects that have been discarded by the JS via Pack::RemoveObject(). TEST=loaded O2D and verified no significant change in perf as a result of double-buffering (~70% of a core before and ~72% of a core after) BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71475

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -19 lines) Patch
M core/cross/cairo/layer.h View 3 chunks +13 lines, -0 lines 0 comments Download
M core/cross/cairo/layer.cc View 2 chunks +12 lines, -5 lines 0 comments Download
M core/cross/cairo/renderer_cairo.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/cross/cairo/renderer_cairo.cc View 6 chunks +31 lines, -11 lines 0 comments Download
M plugin/idl/layer.idl View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Tristan Schmelcher 2
9 years, 11 months ago (2011-01-14 00:29:43 UTC) #1
zhurunz
9 years, 11 months ago (2011-01-14 01:00:43 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698