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

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

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/inspector/InspectorLayerTreeAgent.cpp ('k') | Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorTraceEvents.h
diff --git a/Source/core/inspector/InspectorTraceEvents.h b/Source/core/inspector/InspectorTraceEvents.h
index 6ad952b73e89bc1b2f018c88c95fd188f8e68b50..e06103ba943a189351966553f7bb83bc3dfd2cb9 100644
--- a/Source/core/inspector/InspectorTraceEvents.h
+++ b/Source/core/inspector/InspectorTraceEvents.h
@@ -24,13 +24,13 @@ class FrameView;
class GraphicsLayer;
class ImageResource;
class KURL;
+class Layer;
class LayoutRect;
class LocalFrame;
class Node;
class QualifiedName;
class Page;
class RenderImage;
-class RenderLayer;
class RenderObject;
class ResourceRequest;
class ResourceResponse;
@@ -196,7 +196,7 @@ public:
static const char ReflectionLayerChanged[];
static const char NewCompositedLayer[];
- static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const RenderLayer*, const char* reason);
+ static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const Layer*, const char* reason);
};
#define TRACE_LAYER_INVALIDATION(LAYER, REASON) \
TRACE_EVENT_INSTANT1( \
« no previous file with comments | « Source/core/inspector/InspectorLayerTreeAgent.cpp ('k') | Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698