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

Issue 7314021: Clean up .gypi and no-op GetCompositingSurface on TOUCH_UI. (Closed)

Created:
9 years, 5 months ago by jonathan.backer
Modified:
9 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Clean up .gypi and no-op GetCompositingSurface on TOUCH_UI. GetCompositingSurface should just return a non-zero value on TOUCH_UI because we use a very different accelerated drawing path. In particular, the GPU process renders offscreen (to a region that it creates) and passes a handle to the video memory for the browser to display. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91712

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M chrome/browser/renderer_host/render_widget_host_view_views_gtk.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_views_touch.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
jonathan.backer
This patch is part of a broader set that will allow me to accelerate the ...
9 years, 5 months ago (2011-07-07 13:50:04 UTC) #1
Ben Goodger (Google)
9 years, 5 months ago (2011-07-07 15:46:08 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698