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

Issue 269723008: Add a WebWidget::paintCompositedDeprecated. (Closed)

Created:
6 years, 7 months ago by danakj
Modified:
6 years, 7 months ago
CC:
blink-reviews, jamesr, dglazkov+blink, abarth-chromium, ojan, piman
Visibility:
Public.

Description

Add a WebWidget::paintCompositedDeprecated. This method is implemented by WebViewImpl and paints a composited WebViewImpl into a canvas using the legacy software mode mechanisms. This will be called by RenderViewImpl::didTapMultipleTargets on android only, and will replace the enum value of ForceSoftwareRenderingAndIgnoreGPUResidentContent. R=abarth, enne BUG=251960 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173321

Patch Set 1 #

Total comments: 4

Patch Set 2 : paint-compositor-android: #

Patch Set 3 : paint-compositor-android: #

Patch Set 4 : paint-compositor-android: . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -0 lines) Patch
M Source/web/WebViewImpl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M public/web/WebWidget.h View 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
danakj
6 years, 7 months ago (2014-05-02 23:24:01 UTC) #1
enne (OOO)
https://codereview.chromium.org/269723008/diff/1/Source/web/WebViewImpl.cpp File Source/web/WebViewImpl.cpp (right): https://codereview.chromium.org/269723008/diff/1/Source/web/WebViewImpl.cpp#newcode1810 Source/web/WebViewImpl.cpp:1810: void WebViewImpl::paintCompositedDeprecated(WebCanvas* canvas, const WebRect& rect, PaintOptions option) Does ...
6 years, 7 months ago (2014-05-02 23:34:45 UTC) #2
danakj
https://codereview.chromium.org/269723008/diff/1/Source/web/WebViewImpl.cpp File Source/web/WebViewImpl.cpp (right): https://codereview.chromium.org/269723008/diff/1/Source/web/WebViewImpl.cpp#newcode1810 Source/web/WebViewImpl.cpp:1810: void WebViewImpl::paintCompositedDeprecated(WebCanvas* canvas, const WebRect& rect, PaintOptions option) On ...
6 years, 7 months ago (2014-05-02 23:36:07 UTC) #3
danakj
Sorry for the bad patch, juggling too many CLs at once. This should be better ...
6 years, 7 months ago (2014-05-02 23:38:37 UTC) #4
enne (OOO)
lgtm
6 years, 7 months ago (2014-05-02 23:41:56 UTC) #5
danakj
On 2014/05/02 23:41:56, enne wrote: > lgtm Thanks! abarth PTAL for owners and CQ? if ...
6 years, 7 months ago (2014-05-02 23:48:29 UTC) #6
abarth-chromium
lgtm
6 years, 7 months ago (2014-05-03 01:24:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/269723008/40001
6 years, 7 months ago (2014-05-03 01:24:43 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-03 01:57:55 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink
6 years, 7 months ago (2014-05-03 01:57:56 UTC) #10
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 7 months ago (2014-05-05 16:00:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/269723008/60001
6 years, 7 months ago (2014-05-05 16:00:45 UTC) #12
danakj
Using OS(ANDROID) in WebWidget.h didn't work, so make the method always there, but only implenting ...
6 years, 7 months ago (2014-05-05 16:01:13 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 17:06:06 UTC) #14
Message was sent while issue was closed.
Change committed as 173321

Powered by Google App Engine
This is Rietveld 408576698