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

Issue 2389973002: Use std::unique_ptr to signal ownership transfer in WebCompositorSupport (Closed)

Created:
4 years, 2 months ago by dcheng
Modified:
4 years, 2 months ago
Reviewers:
danakj, Ian Vollick, jbroman
CC:
jbroman, ajuma+watch_chromium.org, ajuma+watch-canvas_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), Justin Novosad, kenneth.christiansen, kinuko+watch, pdr+graphicswatchlist_chromium.org, piman+watch_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use std::unique_ptr to signal ownership transfer in WebCompositorSupport BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/949d15923c337e09be6012e7af4aab64b2bb1fba Cr-Commit-Position: refs/heads/master@{#424963}

Patch Set 1 #

Patch Set 2 : Simplify a bit #

Patch Set 3 : rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -93 lines) Patch
M cc/blink/web_compositor_support_impl.h View 1 chunk +9 lines, -9 lines 0 comments Download
M cc/blink/web_compositor_support_impl.cc View 2 chunks +26 lines, -20 lines 0 comments Download
M cc/blink/web_content_layer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/blink/web_scrollbar_layer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/blink/web_scrollbar_layer_impl.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/paint/VideoPainterTest.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp View 1 2 1 chunk +2 lines, -2 lines 2 comments Download
M third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h View 1 2 1 chunk +18 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp View 2 chunks +43 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/LinkHighlightImpl.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/public/platform/WebCompositorSupport.h View 1 2 2 chunks +15 lines, -21 lines 0 comments Download

Messages

Total messages: 23 (14 generated)
dcheng
4 years, 2 months ago (2016-10-03 20:14:16 UTC) #4
dcheng
ping =)
4 years, 2 months ago (2016-10-11 23:13:59 UTC) #11
dcheng
Finding new reviewers. +jbroman, can you review the Blink bits? +danakj, can you review the ...
4 years, 2 months ago (2016-10-12 22:10:27 UTC) #15
jbroman
blink lgtm https://codereview.chromium.org/2389973002/diff/40001/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp File third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp (right): https://codereview.chromium.org/2389973002/diff/40001/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp#newcode567 third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp:567: this); nit: this wrapping is kinda gross. ...
4 years, 2 months ago (2016-10-12 22:18:40 UTC) #16
dcheng
https://codereview.chromium.org/2389973002/diff/40001/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp File third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp (right): https://codereview.chromium.org/2389973002/diff/40001/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp#newcode567 third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp:567: this); On 2016/10/12 22:18:40, jbroman wrote: > nit: this ...
4 years, 2 months ago (2016-10-12 22:27:03 UTC) #17
danakj
cc LGTM
4 years, 2 months ago (2016-10-13 01:38:58 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2389973002/40001
4 years, 2 months ago (2016-10-13 02:10:15 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-13 05:36:25 UTC) #21
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 05:38:38 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/949d15923c337e09be6012e7af4aab64b2bb1fba
Cr-Commit-Position: refs/heads/master@{#424963}

Powered by Google App Engine
This is Rietveld 408576698