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

Unified Diff: third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp

Issue 2692853016: Change PaintLayer::m_layoutObject to a reference. (Closed)
Patch Set: Added TODO Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | third_party/WebKit/Source/web/tests/LayoutGeometryMapTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698