| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index b64d75d627f1238ca45956bd77918f23f4ac64a6..2acabdf5586de1ebb7d89a84e0a033ee52b3394f 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -208,6 +208,8 @@ class DraggedNodeImageBuilder {
|
| .AbsoluteToLocalQuad(FloatQuad(absolute_bounding_box),
|
| kUseTransforms)
|
| .BoundingBox();
|
| + DCHECK(layer->GetCompositingState() != kPaintsIntoOwnBacking ||
|
| + layer->SubpixelAccumulation().IsZero());
|
| PaintLayerPaintingInfo painting_info(layer, LayoutRect(bounding_box),
|
| kGlobalPaintFlattenCompositingLayers,
|
| LayoutSize());
|
|
|