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

Issue 68773005: Disable Blurred RR optimization in Chrome (Closed)

Created:
7 years, 1 month ago by robertphillips
Modified:
7 years, 1 month ago
Reviewers:
scroggo
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

It turned out that r12198 (Add ability to ninepatch blurred rounded rectangle https://codereview.chromium.org/48623006/) is/was causing the Windows-only Chromium crash. The reason is that Chrome has several SkBitmapDevice-derived classes that are now calling SkDraw::drawRRect instead of their own overridden SkDevice::drawPath. The VectorPlatformDeviceEmf was crashing in this case but I believe some more investigation needs to be done r.e. the other Chromium SkBitmapDevice-derived classes before this is turned on.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M src/core/SkBitmapDevice.cpp View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
robertphillips
committed as r12231
7 years, 1 month ago (2013-11-12 01:17:13 UTC) #1
scroggo
7 years, 1 month ago (2013-11-12 20:04:55 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698