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

Unified Diff: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h

Issue 2472543002: remove legacy Skia flags (Closed)
Patch Set: address nit Created 4 years, 1 month 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/modules/csspaint/PaintRenderingContext2D.h
diff --git a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
index e14cb77baabfa57cea8e4a8b502b9ec191eb3135..a821724b5cec7473f8947c82e08a24407e092e94 100644
--- a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
+++ b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
@@ -63,7 +63,7 @@ class MODULES_EXPORT PaintRenderingContext2D
// host to determine 'em' units etc in filters. At the moment just pretend
// that we don't have a filter set.
bool stateHasFilter() final { return false; }
- SkImageFilter* stateGetFilter() final { return nullptr; }
+ sk_sp<SkImageFilter> stateGetFilter() final { return nullptr; }
void snapshotStateForFilter() final {}
void validateStateStack() const final;

Powered by Google App Engine
This is Rietveld 408576698