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

Unified Diff: ui/gfx/ozone/impl/drm_skbitmap_ozone.h

Issue 26538005: [Ozone] Adding HardwareDisplayController implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates Created 7 years, 2 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 | « no previous file | ui/gfx/ozone/impl/drm_wrapper_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ozone/impl/drm_skbitmap_ozone.h
diff --git a/ui/gfx/ozone/impl/drm_skbitmap_ozone.h b/ui/gfx/ozone/impl/drm_skbitmap_ozone.h
index 8a1f6c924b14759d51e9f518fd7d409cacd61295..a255490f28492a62da96d084fbbc42b84b9043fe 100644
--- a/ui/gfx/ozone/impl/drm_skbitmap_ozone.h
+++ b/ui/gfx/ozone/impl/drm_skbitmap_ozone.h
@@ -32,6 +32,7 @@ class DrmSkBitmapOzone : public SkBitmap {
private:
friend class DrmAllocator;
+ friend class HardwareDisplayControllerOzone;
void set_handle(uint32_t handle) { handle_ = handle; };
void set_framebuffer(uint32_t framebuffer) { framebuffer_ = framebuffer; };
« no previous file with comments | « no previous file | ui/gfx/ozone/impl/drm_wrapper_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698