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

Unified Diff: cc/surfaces/surface_id_allocator.h

Issue 2527443002: Display Compositor: Allocate LocalFrameId in client. (Closed)
Patch Set: Updated Created 4 years, 1 month 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
Index: cc/surfaces/surface_id_allocator.h
diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h
index 8d2d79f025ec57e792c8e62ec7fad1bbcfd4529c..d366d8aedb4734c3f6b2a76966516fd4fef073e9 100644
--- a/cc/surfaces/surface_id_allocator.h
+++ b/cc/surfaces/surface_id_allocator.h
@@ -9,14 +9,13 @@
#include "base/macros.h"
#include "cc/surfaces/surface_id.h"
-#include "cc/surfaces/surfaces_export.h"
namespace cc {
// 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.
-class CC_SURFACES_EXPORT SurfaceIdAllocator {
+class SurfaceIdAllocator {
public:
SurfaceIdAllocator();
~SurfaceIdAllocator();

Powered by Google App Engine
This is Rietveld 408576698