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

Unified Diff: ui/ozone/platform/drm/drm_surface_factory.h

Issue 1068723005: ozone: Clarify All SurfaceFactoryOzone APIs except for CreateNativePixmap() must be used on the mai… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rollback unrelated changes Created 5 years, 7 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 | « ui/ozone/platform/caca/caca_window_manager.cc ('k') | ui/ozone/platform/drm/drm_surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/drm_surface_factory.h
diff --git a/ui/ozone/platform/drm/drm_surface_factory.h b/ui/ozone/platform/drm/drm_surface_factory.h
index 1dfdf1ad848e856c0ff808d63cf084ff564d285f..3baa1754065c72f2442078639253daf7a17c78ca 100644
--- a/ui/ozone/platform/drm/drm_surface_factory.h
+++ b/ui/ozone/platform/drm/drm_surface_factory.h
@@ -6,6 +6,7 @@
#define UI_OZONE_PLATFORM_DRM_DRM_SURFACE_FACTORY_H_
#include "base/memory/scoped_ptr.h"
+#include "base/threading/thread_checker.h"
#include "ui/ozone/public/surface_factory_ozone.h"
namespace ui {
@@ -30,6 +31,7 @@ class DrmSurfaceFactory : public SurfaceFactoryOzone {
protected:
ScreenManager* screen_manager_; // Not owned.
+ base::ThreadChecker thread_checker_;
DISALLOW_COPY_AND_ASSIGN(DrmSurfaceFactory);
};
« no previous file with comments | « ui/ozone/platform/caca/caca_window_manager.cc ('k') | ui/ozone/platform/drm/drm_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698