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

Unified Diff: cc/surfaces/surface_manager.h

Issue 2855723002: Don't submit frames with no render passes in cc tests (Closed)
Patch Set: c Created 3 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
« no previous file with comments | « cc/surfaces/surface_hittest.cc ('k') | cc/surfaces/surface_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_manager.h
diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h
index 4eaf993e759a167c5e03bebd43ea9395afeb77ee..91d9d9f65a5b3c82b40c5d1c92d0a8919ea3fe73 100644
--- a/cc/surfaces/surface_manager.h
+++ b/cc/surfaces/surface_manager.h
@@ -40,10 +40,7 @@ class FrameSinkManagerClient;
class Surface;
class SurfaceFactory;
class SurfaceFactoryClient;
-
-namespace test {
class CompositorFrameSinkSupportTest;
-}
class CC_SURFACES_EXPORT SurfaceManager {
public:
@@ -172,7 +169,7 @@ class CC_SURFACES_EXPORT SurfaceManager {
}
private:
- friend class test::CompositorFrameSinkSupportTest;
+ friend class CompositorFrameSinkSupportTest;
friend class SurfaceManagerRefTest;
using SurfaceIdSet = std::unordered_set<SurfaceId, SurfaceIdHash>;
« no previous file with comments | « cc/surfaces/surface_hittest.cc ('k') | cc/surfaces/surface_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698