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

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

Issue 1829093002: Use sk_sp-based APIs for SkColorFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to reviews 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/GraphicsContextState.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
index ec2ce9e20ee0d3f6147c12dd55cd2aa3508d72f8..0b9c374aee5d95c599f05d41b40bfac15c339470 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
@@ -130,7 +130,7 @@ private:
TextDrawingModeFlags m_textDrawingMode;
- RefPtr<SkColorFilter> m_colorFilter;
+ sk_sp<SkColorFilter> m_colorFilter;
InterpolationQuality m_interpolationQuality;

Powered by Google App Engine
This is Rietveld 408576698