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

Issue 475123003: [PPAPI] Add target param for CompositorLayer::SetTexture(). (Closed)

Created:
6 years, 4 months ago by Peng
Modified:
6 years, 4 months ago
Reviewers:
Tom Sepez, bbudge
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, jam, raymes+watch_chromium.org, teravest+watch_chromium.org, darin-cc_chromium.org, nfullagar1, piman+watch_chromium.org, noelallen1, ihf+watch_chromium.org, igorc, kmixter1
Project:
chromium
Visibility:
Public.

Description

[PPAPI] Add target param for CompositorLayer::SetTexture(). BUG=403504 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290016

Patch Set 1 #

Patch Set 2 : Fix build errors. #

Patch Set 3 : versioning #

Total comments: 2

Patch Set 4 : Address review issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -15 lines) Patch
M content/renderer/pepper/pepper_compositor_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/api/ppb_compositor_layer.idl View 1 2 2 chunks +30 lines, -1 line 0 comments Download
M ppapi/c/pp_macros.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/c/ppb_compositor_layer.h View 1 2 6 chunks +30 lines, -2 lines 0 comments Download
M ppapi/cpp/compositor_layer.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/cpp/compositor_layer.cc View 1 2 3 12 chunks +54 lines, -0 lines 0 comments Download
M ppapi/examples/compositor/compositor.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 5 chunks +75 lines, -0 lines 0 comments Download
M ppapi/proxy/compositor_layer_resource.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M ppapi/proxy/compositor_layer_resource.cc View 1 2 5 chunks +18 lines, -1 line 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/compositor_layer_data.h View 1 chunk +3 lines, -1 line 0 comments Download
M ppapi/tests/test_compositor.cc View 1 4 chunks +8 lines, -4 lines 0 comments Download
M ppapi/thunk/ppb_compositor_layer_api.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_compositor_layer_thunk.cc View 1 2 5 chunks +36 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Peng
Hi Bill & Tom, PTAL. Thanks.
6 years, 4 months ago (2014-08-14 19:38:08 UTC) #1
bbudge
Do we need to worry about versioning this?
6 years, 4 months ago (2014-08-14 19:47:13 UTC) #2
Peng
On 2014/08/14 19:47:13, bbudge wrote: > Do we need to worry about versioning this? I ...
6 years, 4 months ago (2014-08-14 19:58:50 UTC) #3
bbudge
LGTM then
6 years, 4 months ago (2014-08-14 19:59:17 UTC) #4
Tom Sepez
Messages LGTM.
6 years, 4 months ago (2014-08-14 21:34:42 UTC) #5
bbudge
https://codereview.chromium.org/475123003/diff/40001/ppapi/cpp/compositor_layer.cc File ppapi/cpp/compositor_layer.cc (right): https://codereview.chromium.org/475123003/diff/40001/ppapi/cpp/compositor_layer.cc#newcode69 ppapi/cpp/compositor_layer.cc:69: return cc.MayForce(PP_ERROR_BADARGUMENT); I think PP_ERROR_NOTSUPPORTED is more appropriate here. ...
6 years, 4 months ago (2014-08-15 17:10:11 UTC) #6
Peng
Addressed issues. PTAL. Thanks. https://codereview.chromium.org/475123003/diff/40001/ppapi/cpp/compositor_layer.cc File ppapi/cpp/compositor_layer.cc (right): https://codereview.chromium.org/475123003/diff/40001/ppapi/cpp/compositor_layer.cc#newcode69 ppapi/cpp/compositor_layer.cc:69: return cc.MayForce(PP_ERROR_BADARGUMENT); On 2014/08/15 17:10:11, ...
6 years, 4 months ago (2014-08-15 17:58:45 UTC) #7
bbudge
LGTM again
6 years, 4 months ago (2014-08-15 18:03:15 UTC) #8
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 4 months ago (2014-08-15 18:04:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/475123003/60001
6 years, 4 months ago (2014-08-15 18:06:08 UTC) #10
commit-bot: I haz the power
6 years, 4 months ago (2014-08-15 21:30:21 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (60001) as 290016

Powered by Google App Engine
This is Rietveld 408576698