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

Unified Diff: ui/ozone/platform/drm/gpu/drm_console_buffer.h

Issue 1855273002: Update new Surface callsites (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ui/ozone/platform/drm/gpu/drm_console_buffer.h
diff --git a/ui/ozone/platform/drm/gpu/drm_console_buffer.h b/ui/ozone/platform/drm/gpu/drm_console_buffer.h
index 2f28b9e6585c34bd9ce537e7c43ddf909f2f90ce..250ca3b54e52f650cb110ff11f08641ad59412dd 100644
--- a/ui/ozone/platform/drm/gpu/drm_console_buffer.h
+++ b/ui/ozone/platform/drm/gpu/drm_console_buffer.h
@@ -40,7 +40,7 @@ class DrmConsoleBuffer {
scoped_refptr<DrmDevice> drm_;
// Wrapper around the native pixel memory.
- skia::RefPtr<SkSurface> surface_;
+ sk_sp<SkSurface> surface_;
// Length of a row of pixels.
uint32_t stride_ = 0;

Powered by Google App Engine
This is Rietveld 408576698