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

Issue 7093002: Disable accelerated 2d canvas on the mac. The current implementation is based on SKIA and isn't ... (Closed)

Created:
9 years, 6 months ago by Vangelis Kokkevis
Modified:
9 years, 6 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Disable accelerated 2d canvas on the mac. The current implementation is based on SKIA and isn't yet available on this platform. BUG=81678 TEST=verified that the mac now uses the non-accelerated path and canvas actually works!

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M chrome/browser/tab_contents/render_view_host_delegate_helper.cc View 1 chunk +4 lines, -0 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
vangelis
Please review when you get a chance.
9 years, 6 months ago (2011-05-31 03:11:54 UTC) #1
Avi (use Gerrit)
LGTM with fix. http://codereview.chromium.org/7093002/diff/1/chrome/browser/tab_contents/render_view_host_delegate_helper.cc File chrome/browser/tab_contents/render_view_host_delegate_helper.cc (right): http://codereview.chromium.org/7093002/diff/1/chrome/browser/tab_contents/render_view_host_delegate_helper.cc#newcode322 chrome/browser/tab_contents/render_view_host_delegate_helper.cc:322: web_prefs.accelerated_2d_canvas_enabled = false; Need a comment ...
9 years, 6 months ago (2011-05-31 12:07:15 UTC) #2
Justin Novosad
I disagree with this fix. The proper mechanism for excluding features on a per platform ...
9 years, 6 months ago (2011-05-31 14:31:31 UTC) #3
Avi (use Gerrit)
junov clearly is better-informed than I am. Please follow his advice.
9 years, 6 months ago (2011-05-31 14:49:38 UTC) #4
vangelis
9 years, 6 months ago (2011-05-31 16:27:27 UTC) #5
On 2011/05/31 14:49:38, Avi wrote:
> junov clearly is better-informed than I am. Please follow his advice.

Thanks, Justin.  I like your solution better too!  I'm closing this one since
you're already working on the GYP-based solution.

Powered by Google App Engine
This is Rietveld 408576698