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

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

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 0f89990c4784fbf0465dab92cd3c8d84d085cf4a..88851568fd97a6378e38e6b7b49cf2914039ea42 100644
--- a/third_party/WebKit/Source/platform/graphics/Image.h
+++ b/third_party/WebKit/Source/platform/graphics/Image.h
@@ -162,7 +162,7 @@ private:
//
// The observer (an ImageResource) is an untraced member, with the ImageResource
// being responsible of clearing itself out.
- RawPtrWillBeUntracedMember<ImageObserver> m_imageObserver;
+ UntracedMember<ImageObserver> m_imageObserver;
};
#define DEFINE_IMAGE_TYPE_CASTS(typeName) \

Powered by Google App Engine
This is Rietveld 408576698