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

Issue 1008863002: Revert of Change device creation to see the (optional) layer-paint (Closed)

Created:
5 years, 9 months ago by reed1
Modified:
5 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Revert of Change device creation to see the (optional) layer-paint (patchset #9 id:160001 of https://codereview.chromium.org/988413003/) Reason for revert: need to have chrome opt-in for the older API before this can land (in chrome) Original issue's description: > Change device creation to see the (optional) layer-paint > > Motivation: > > PDFDevice currently relies on 1) being told that the layer's paint has an imagefilter, and in the case, it creates a rasterdevice. It then relies on (2) canvas itself sniffing the layer's paint and offering to apply-the-imagefilter to call drawSprite instead of drawDevice. > > This subtle interchange is fragile, and also does not support other unsupported PDF features like colorfilters. This CL is a step toward making this use-raster-instead-of-native approach to layers more completely in the subclass' hands. > > Committed: https://skia.googlesource.com/skia/+/1182d9a96b80bd12183ee7c81325a979a51ee0c0 TBR=halcanary@google.com,senorblanco@google.com,robertphillips@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Committed: https://skia.googlesource.com/skia/+/0e040f7da2fdfeb49aa60d24117306e3b1e6ea90

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -83 lines) Patch
M include/core/SkBitmapDevice.h View 2 chunks +6 lines, -2 lines 0 comments Download
M include/core/SkCanvas.h View 1 chunk +2 lines, -1 line 0 comments Download
M include/core/SkDevice.h View 4 chunks +24 lines, -30 lines 0 comments Download
M include/device/xps/SkXPSDevice.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/core/SkBitmapDevice.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkCanvas.cpp View 5 chunks +23 lines, -20 lines 0 comments Download
M src/core/SkDevice.cpp View 2 chunks +9 lines, -6 lines 0 comments Download
M src/core/SkDeviceImageFilterProxy.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/device/xps/SkXPSDevice.cpp View 2 chunks +4 lines, -1 line 0 comments Download
M src/gpu/SkGpuDevice.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pdf/SkPDFDevice.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 chunk +2 lines, -8 lines 0 comments Download
M src/utils/SkDeferredCanvas.cpp View 3 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
reed1
Created Revert of Change device creation to see the (optional) layer-paint
5 years, 9 months ago (2015-03-13 14:27:56 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1008863002/1
5 years, 9 months ago (2015-03-13 14:28:12 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/0e040f7da2fdfeb49aa60d24117306e3b1e6ea90
5 years, 9 months ago (2015-03-13 14:28:31 UTC) #3
reed1
5 years, 9 months ago (2015-03-13 15:45:43 UTC) #4
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1006923002/ by reed@google.com.

The reason for reverting is: guard in chrome has landed.

Powered by Google App Engine
This is Rietveld 408576698