| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index df57f797e4dad5e9b2a5a16abc7851e4a9bd0269..f4979cd88698a06aec3b75d65d43d642881c31a4 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -1720,7 +1720,7 @@ static void accumulateLayerRectList(PaintLayerCompositor* compositor,
|
| LayerRectList* rects) {
|
| WebVector<blink::WebRect> layerRects =
|
| graphicsLayer->platformLayer()->touchEventHandlerRegion();
|
| - if (!layerRects.isEmpty()) {
|
| + if (!layerRects.empty()) {
|
| mergeRects(layerRects);
|
| String layerType;
|
| IntSize layerOffset;
|
|
|