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

Unified Diff: sky/engine/core/inspector/InspectorTraceEvents.h

Issue 763013002: Get rid of the remaining uses of GraphicsLayer. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix diff Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/core/frame/FrameView.cpp ('k') | sky/engine/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/inspector/InspectorTraceEvents.h
diff --git a/sky/engine/core/inspector/InspectorTraceEvents.h b/sky/engine/core/inspector/InspectorTraceEvents.h
index 33c60ef700d8762e88eb17b5b13ca9a60e122eb5..638a52821abb6d4fed60f31b5751e6bd46514617 100644
--- a/sky/engine/core/inspector/InspectorTraceEvents.h
+++ b/sky/engine/core/inspector/InspectorTraceEvents.h
@@ -80,7 +80,7 @@ public:
class InspectorPaintEvent {
public:
- static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(RenderObject*, const LayoutRect& clipRect, const GraphicsLayer*);
+ static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(RenderObject*, const LayoutRect& clipRect);
};
class InspectorPaintImageEvent {
« no previous file with comments | « sky/engine/core/frame/FrameView.cpp ('k') | sky/engine/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698