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

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

Issue 2469873002: [ImageResource 4] Split ImageResource into Resource and Image parts (Closed)
Patch Set: style Created 4 years 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/core/inspector/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index 7b1ff1285ff594f32a027f3dcba1667c03ee1a6b..a48bcc32f35934f8cbd20cdb36f164fd0af73d75 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -37,7 +37,7 @@ class GraphicsLayer;
class HitTestLocation;
class HitTestRequest;
class HitTestResult;
-class ImageResource;
+class ImageResourceContent;
class InvalidationSet;
class PaintLayer;
class LayoutRect;
@@ -293,7 +293,8 @@ std::unique_ptr<TracedValue> data(LayoutObject*,
namespace InspectorPaintImageEvent {
std::unique_ptr<TracedValue> data(const LayoutImage&);
std::unique_ptr<TracedValue> data(const LayoutObject&, const StyleImage&);
-std::unique_ptr<TracedValue> data(const LayoutObject*, const ImageResource&);
+std::unique_ptr<TracedValue> data(const LayoutObject*,
+ const ImageResourceContent&);
}
namespace InspectorCommitLoadEvent {

Powered by Google App Engine
This is Rietveld 408576698