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

Issue 10837330: Add a completion callback to gpuBenchmarking.beginSmoothScroll (Closed)

Created:
8 years, 4 months ago by nduca
Modified:
8 years, 4 months ago
Reviewers:
piman
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Add a completion callback to gpuBenchmarking.beginSmoothScroll R=piman@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152255

Patch Set 1 #

Patch Set 2 : scopes #

Total comments: 2

Patch Set 3 : virtual and todo note #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -24 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.h View 3 chunks +7 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 2 chunks +26 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/common/view_messages.h View 2 chunks +6 lines, -1 line 0 comments Download
M content/port/browser/smooth_scroll_gesture.h View 3 chunks +5 lines, -2 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 2 3 chunks +42 lines, -6 lines 0 comments Download
M content/renderer/render_widget.h View 4 chunks +16 lines, -2 lines 0 comments Download
M content/renderer/render_widget.cc View 4 chunks +20 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nduca
8 years, 4 months ago (2012-08-18 06:18:38 UTC) #1
piman
LGTM+nit http://codereview.chromium.org/10837330/diff/1009/content/browser/renderer_host/render_widget_host_view_base.cc File content/browser/renderer_host/render_widget_host_view_base.cc (right): http://codereview.chromium.org/10837330/diff/1009/content/browser/renderer_host/render_widget_host_view_base.cc#newcode161 content/browser/renderer_host/render_widget_host_view_base.cc:161: ~BasicMouseWheelSmoothScrollGesture() { } nit: virtual http://codereview.chromium.org/10837330/diff/1009/content/renderer/render_widget.cc File content/renderer/render_widget.cc ...
8 years, 4 months ago (2012-08-18 06:36:58 UTC) #2
nduca
> pending_smooth_scroll_gestures_.insert(std::make_pair(id, callback)); > Just curious because I'm not familiar with the code. Does anything ...
8 years, 4 months ago (2012-08-18 07:17:18 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/10837330/3002
8 years, 4 months ago (2012-08-18 07:27:50 UTC) #4
commit-bot: I haz the power
8 years, 4 months ago (2012-08-18 09:06:31 UTC) #5
Change committed as 152255

Powered by Google App Engine
This is Rietveld 408576698