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: components/exo/surface.h

Issue 2708153005: Rename SurfaceIdAllocator to LocalSurfaceIdAllocator (Closed)
Patch Set: Delete useless include Created 3 years, 10 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 | « cc/test/test_compositor_frame_sink.cc ('k') | components/exo/surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/surface.h
diff --git a/components/exo/surface.h b/components/exo/surface.h
index 14d7da0490e51d0822d166e30f3e8bb8c5cbdd09..ecda81291a8948dcba8a9c4350a51148071d0e3e 100644
--- a/components/exo/surface.h
+++ b/components/exo/surface.h
@@ -17,7 +17,7 @@
#include "base/observer_list.h"
#include "cc/resources/transferable_resource.h"
#include "cc/scheduler/begin_frame_source.h"
-#include "cc/surfaces/surface_id_allocator.h"
+#include "cc/surfaces/local_surface_id_allocator.h"
#include "components/exo/compositor_frame_sink.h"
#include "components/exo/compositor_frame_sink_holder.h"
#include "third_party/skia/include/core/SkBlendMode.h"
@@ -35,7 +35,7 @@ class TracedValue;
}
namespace cc {
-class SurfaceIdAllocator;
+class LocalSurfaceIdAllocator;
}
namespace gfx {
@@ -313,7 +313,7 @@ class Surface : public ui::ContextFactoryObserver,
scoped_refptr<CompositorFrameSinkHolder> compositor_frame_sink_holder_;
- cc::SurfaceIdAllocator id_allocator_;
+ cc::LocalSurfaceIdAllocator id_allocator_;
// The next resource id the buffer will be attached to.
int next_resource_id_ = 1;
« no previous file with comments | « cc/test/test_compositor_frame_sink.cc ('k') | components/exo/surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698