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

Unified Diff: ui/ozone/platform/caca/caca_window_manager.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 | « no previous file | ui/ozone/platform/caca/caca_window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/caca/caca_window_manager.h
diff --git a/ui/ozone/platform/caca/caca_window_manager.h b/ui/ozone/platform/caca/caca_window_manager.h
index 4f51a7f102161464be079d6ccd592b4ba44a8908..3113496542f1707ee8aa13e4fcc1ae5a34a3527b 100644
--- a/ui/ozone/platform/caca/caca_window_manager.h
+++ b/ui/ozone/platform/caca/caca_window_manager.h
@@ -7,6 +7,7 @@
#include "base/id_map.h"
#include "base/memory/scoped_ptr.h"
+#include "base/threading/thread_checker.h"
#include "ui/ozone/public/surface_factory_ozone.h"
namespace gfx {
@@ -37,6 +38,7 @@ class CacaWindowManager : public SurfaceFactoryOzone {
private:
IDMap<CacaWindow> windows_;
+ base::ThreadChecker thread_checker_;
DISALLOW_COPY_AND_ASSIGN(CacaWindowManager);
};
« no previous file with comments | « no previous file | ui/ozone/platform/caca/caca_window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698