| Index: third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| index 586200d17cf1a77e0cd40112c2d8c7979ebf8572..74d6575ade2187649b3f4d54e2ef4e59aba9e6d4 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| @@ -82,7 +82,7 @@ class FrameThrottlingTest : public SimTest,
|
| PaintLayer* layer =
|
| webView().mainFrameImpl()->frame()->contentLayoutObject()->layer();
|
| GraphicsLayer* ownGraphicsLayer =
|
| - layer->graphicsLayerBacking(layer->layoutObject());
|
| + layer->graphicsLayerBacking(&layer->layoutObject());
|
| if (ownGraphicsLayer) {
|
| result +=
|
| ownGraphicsLayer->platformLayer()->touchEventHandlerRegion().size();
|
|
|