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

Unified Diff: cc/surfaces/surface_factory_client.h

Issue 1996783002: Make cc::SurfaceId unguessable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit tests Created 4 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
Index: cc/surfaces/surface_factory_client.h
diff --git a/cc/surfaces/surface_factory_client.h b/cc/surfaces/surface_factory_client.h
index f42bf35cbf77974ede3516a4054e7a312c8169ab..3454c9c5361787b38bae9da89e920cf1b053e6e3 100644
--- a/cc/surfaces/surface_factory_client.h
+++ b/cc/surfaces/surface_factory_client.h
@@ -13,7 +13,7 @@
namespace cc {
class BeginFrameSource;
-struct SurfaceId;
+class SurfaceId;
class CC_SURFACES_EXPORT SurfaceFactoryClient {
public:

Powered by Google App Engine
This is Rietveld 408576698