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

Unified Diff: cc/surfaces/surface_id_allocator.h

Issue 2177783002: cc: Remove unnecessary references to SurfaceManager in SurfaceIdAllocator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | cc/surfaces/surface_id_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_id_allocator.h
diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h
index 5ed3b117e8bd849d195224cd90f2a8748dcf7172..b5eef8b52dcc1b018e0877b415f7b473a2ff94e4 100644
--- a/cc/surfaces/surface_id_allocator.h
+++ b/cc/surfaces/surface_id_allocator.h
@@ -13,8 +13,6 @@
namespace cc {
-class SurfaceManager;
-
// This is a helper class for generating surface IDs within a specified
// namespace. This is not threadsafe, to use from multiple threads wrap this
// class in a mutex.
« no previous file with comments | « no previous file | cc/surfaces/surface_id_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698