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

Issue 2835373003: Plumb PaintImage to the PictureImageLayer. (Closed)

Created:
3 years, 8 months ago by vmpstr
Modified:
3 years, 7 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, krit, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, Stephen Chennney, dshwang, jam, pdr+graphicswatchlist_chromium.org, fmalita+watch_chromium.org, blink-reviews-api_chromium.org, blink-layers+watch_chromium.org, dglazkov+blink, Rik, darin-cc_chromium.org, Justin Novosad, blink-reviews, cc-bugs_chromium.org, ajuma+watch_chromium.org, kinuko+watch, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Plumb PaintImage to the PictureImageLayer. This patch ensures that we pass PaintImage with all of the proper flags to PictureImageLayer. R=khushalsagar@chromium.org, pdr@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2835373003 Cr-Commit-Position: refs/heads/master@{#468196} Committed: https://chromium.googlesource.com/chromium/src/+/55c7657caad796ca2097e804cedb40b4d8d796d3

Patch Set 1 #

Total comments: 2

Patch Set 2 : update #

Patch Set 3 : rebase #

Patch Set 4 : fixwindows #

Patch Set 5 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -58 lines) Patch
M cc/blink/web_image_layer_impl.h View 2 chunks +2 lines, -1 line 0 comments Download
M cc/blink/web_image_layer_impl.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M cc/layers/picture_image_layer.h View 2 chunks +3 lines, -4 lines 0 comments Download
M cc/layers/picture_image_layer.cc View 3 chunks +11 lines, -14 lines 0 comments Download
M cc/layers/picture_image_layer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/paint/paint_image.h View 1 2 2 chunks +14 lines, -6 lines 0 comments Download
M cc/paint/paint_image.cc View 2 1 chunk +15 lines, -1 line 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_blending.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/child_frame_compositing_helper.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp View 1 4 chunks +4 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 2 3 4 2 chunks +15 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebImageLayer.h View 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 39 (23 generated)
vmpstr
Please take a look. https://codereview.chromium.org/2835373003/diff/1/third_party/WebKit/public/platform/WebImageLayer.h File third_party/WebKit/public/platform/WebImageLayer.h (right): https://codereview.chromium.org/2835373003/diff/1/third_party/WebKit/public/platform/WebImageLayer.h#newcode32 third_party/WebKit/public/platform/WebImageLayer.h:32: #if INSIDE_BLINK Not really sure ...
3 years, 8 months ago (2017-04-25 22:05:46 UTC) #2
Khushal
lgtm. https://codereview.chromium.org/2835373003/diff/1/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp File third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp (right): https://codereview.chromium.org/2835373003/diff/1/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp#newcode1058 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp:1058: sk_image = image->ImageForCurrentFrame(); May be a PaintImageForCurrentFrame on ...
3 years, 8 months ago (2017-04-26 03:06:43 UTC) #3
vmpstr
On 2017/04/26 03:06:43, Khushal wrote: > lgtm. > > https://codereview.chromium.org/2835373003/diff/1/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp > File third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp (right): > ...
3 years, 7 months ago (2017-04-26 16:57:01 UTC) #4
vmpstr
On 2017/04/26 16:57:01, vmpstr wrote: > On 2017/04/26 03:06:43, Khushal wrote: > > lgtm. > ...
3 years, 7 months ago (2017-04-26 16:57:53 UTC) #5
Khushal
On 2017/04/26 16:57:53, vmpstr wrote: > On 2017/04/26 16:57:01, vmpstr wrote: > > On 2017/04/26 ...
3 years, 7 months ago (2017-04-26 17:10:02 UTC) #6
vmpstr
On 2017/04/26 17:10:02, Khushal wrote: > On 2017/04/26 16:57:53, vmpstr wrote: > > On 2017/04/26 ...
3 years, 7 months ago (2017-04-26 17:39:49 UTC) #7
Khushal
On 2017/04/26 17:39:49, vmpstr wrote: > On 2017/04/26 17:10:02, Khushal wrote: > > On 2017/04/26 ...
3 years, 7 months ago (2017-04-26 18:00:58 UTC) #8
pdr.
On 2017/04/26 at 18:00:58, khushalsagar wrote: > On 2017/04/26 17:39:49, vmpstr wrote: > > On ...
3 years, 7 months ago (2017-04-26 21:34:09 UTC) #9
vmpstr
+nick for content Please take a look.
3 years, 7 months ago (2017-04-26 23:39:43 UTC) #11
ncarter (slow)
lgtm
3 years, 7 months ago (2017-04-27 20:00:09 UTC) #12
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/2835373003/40001
3 years, 7 months ago (2017-04-28 16:41:28 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/432648)
3 years, 7 months ago (2017-04-28 17:29:28 UTC) #27
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/2835373003/60001
3 years, 7 months ago (2017-04-28 19:00:44 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/257715)
3 years, 7 months ago (2017-04-28 19:34:28 UTC) #32
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/2835373003/80001
3 years, 7 months ago (2017-04-28 22:03:28 UTC) #35
commit-bot: I haz the power
3 years, 7 months ago (2017-04-29 00:47:49 UTC) #39
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/55c7657caad796ca2097e804cedb...

Powered by Google App Engine
This is Rietveld 408576698