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

Unified Diff: cc/output/gl_renderer.h

Issue 1869753003: Replace many skia::RefPtr with sk_sp<> in cc/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Florin's nits Created 4 years, 8 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
« no previous file with comments | « cc/output/filter_operations_unittest.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index f9ebba367ee3768d95a7d1bd63ee77fc7c7c4adc..d1de2c24595fcd0835db3f00cf27aa592c08d331 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -173,11 +173,10 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
const gfx::Rect& bounding_rect);
static bool ShouldApplyBackgroundFilters(const RenderPassDrawQuad* quad);
- skia::RefPtr<SkImage> ApplyBackgroundFilters(
- DrawingFrame* frame,
- const RenderPassDrawQuad* quad,
- ScopedResource* background_texture,
- const gfx::RectF& rect);
+ sk_sp<SkImage> ApplyBackgroundFilters(DrawingFrame* frame,
+ const RenderPassDrawQuad* quad,
+ ScopedResource* background_texture,
+ const gfx::RectF& rect);
void DrawRenderPassQuad(DrawingFrame* frame,
const RenderPassDrawQuad* quadi,
« no previous file with comments | « cc/output/filter_operations_unittest.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698