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

Unified Diff: third_party/WebKit/Source/platform/graphics/Image.h

Issue 2873003002: Add stable id to PaintImage. (Closed)
Patch Set: rebase Created 3 years, 7 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/platform/graphics/Image.h
diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
index 64b4b264cf9408d6fbc76e609580660776513bcd..895632d203c72fd3eb1fd65d956f7d981cdfea32 100644
--- a/third_party/WebKit/Source/platform/graphics/Image.h
+++ b/third_party/WebKit/Source/platform/graphics/Image.h
@@ -220,6 +220,7 @@ class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
// The observer (an ImageResourceContent) is an untraced member, with the
// ImageResourceContent being responsible for clearing itself out.
UntracedMember<ImageObserver> image_observer_;
+ PaintImage::Id stable_image_id_;
};
#define DEFINE_IMAGE_TYPE_CASTS(typeName) \

Powered by Google App Engine
This is Rietveld 408576698