| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 5fb632f3340bba1fa95377e07e6af8f1517f8c82..b938ccffbe207cb53c29ea507fcb973da2d904a8 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -53,7 +53,6 @@
|
| #include "core/page/scrolling/ScrollingCoordinator.h"
|
| #include "core/page/scrolling/StickyPositionScrollingConstraints.h"
|
| #include "core/page/scrolling/TopDocumentRootScrollerController.h"
|
| -#include "core/paint/FramePaintTiming.h"
|
| #include "core/paint/ObjectPaintInvalidator.h"
|
| #include "core/paint/PaintInfo.h"
|
| #include "core/paint/PaintLayerPainter.h"
|
| @@ -3291,8 +3290,6 @@
|
| GraphicsContext& context,
|
| GraphicsLayerPaintingPhase graphics_layer_painting_phase,
|
| const IntRect& interest_rect) const {
|
| - FramePaintTiming frame_paint_timing(context, GetLayoutObject().GetFrame());
|
| -
|
| // https://code.google.com/p/chromium/issues/detail?id=343772
|
| DisableCompositingQueryAsserts disabler;
|
| // Allow throttling to make sure no painting paths (e.g.,
|
|
|