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

Unified Diff: cc/surfaces/surface_unittest.cc

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/surfaces/surface_manager.cc ('k') | cc/surfaces/surfaces_pixeltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_unittest.cc
diff --git a/cc/surfaces/surface_unittest.cc b/cc/surfaces/surface_unittest.cc
index c47e8a677bb207ded76b6281365577c5ee9d14fb..23266e2b1008324316dbb95be76d8d4ffd87315d 100644
--- a/cc/surfaces/surface_unittest.cc
+++ b/cc/surfaces/surface_unittest.cc
@@ -4,10 +4,10 @@
#include "cc/surfaces/surface.h"
#include "base/memory/ptr_util.h"
+#include "cc/surfaces/local_surface_id_allocator.h"
#include "cc/surfaces/surface_dependency_tracker.h"
#include "cc/surfaces/surface_factory.h"
#include "cc/surfaces/surface_factory_client.h"
-#include "cc/surfaces/surface_id_allocator.h"
#include "cc/surfaces/surface_manager.h"
#include "cc/test/begin_frame_args_test.h"
#include "cc/test/fake_external_begin_frame_source.h"
@@ -54,7 +54,7 @@ TEST(SurfaceTest, SurfaceLifetime) {
TEST(SurfaceTest, SurfaceIds) {
for (size_t i = 0; i < 3; ++i) {
- SurfaceIdAllocator allocator;
+ LocalSurfaceIdAllocator allocator;
LocalSurfaceId id1 = allocator.GenerateId();
LocalSurfaceId id2 = allocator.GenerateId();
EXPECT_NE(id1, id2);
« no previous file with comments | « cc/surfaces/surface_manager.cc ('k') | cc/surfaces/surfaces_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698