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

Unified Diff: Source/core/inspector/InspectorTraceEvents.cpp

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master Created 5 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: Source/core/inspector/InspectorTraceEvents.cpp
diff --git a/Source/core/inspector/InspectorTraceEvents.cpp b/Source/core/inspector/InspectorTraceEvents.cpp
index 65da4a59898c5b9b865e5eede9f04dd0569135f0..9a6fd81bd749bfe482916d83abc9e80d6f399a2f 100644
--- a/Source/core/inspector/InspectorTraceEvents.cpp
+++ b/Source/core/inspector/InspectorTraceEvents.cpp
@@ -512,7 +512,7 @@ const char InspectorLayerInvalidationTrackingEvent::NewCompositedLayer[] = "Assi
PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorLayerInvalidationTrackingEvent::data(const Layer* layer, const char* reason)
{
- const LayoutObject* paintInvalidationContainer = layer->renderer()->containerForPaintInvalidation();
+ const LayoutObject* paintInvalidationContainer = layer->layoutObject()->containerForPaintInvalidation();
RefPtr<TracedValue> value = TracedValue::create();
value->setString("frame", toHexString(paintInvalidationContainer->frame()));

Powered by Google App Engine
This is Rietveld 408576698