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

Unified Diff: cc/surfaces/surface_resource_holder.cc

Issue 2824053003: Split SurfaceFactoryClient Into Four Interfaces (Closed)
Patch Set: Address Nits Created 3 years, 8 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_resource_holder.h ('k') | cc/surfaces/surface_resource_holder_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_resource_holder.cc
diff --git a/cc/surfaces/surface_resource_holder.cc b/cc/surfaces/surface_resource_holder.cc
index 6d1e60d0c6a2766a930335eccacf382e5de2c1ec..dff955cbde28f294bf2c3cb0c5410366339e4b48 100644
--- a/cc/surfaces/surface_resource_holder.cc
+++ b/cc/surfaces/surface_resource_holder.cc
@@ -4,13 +4,12 @@
#include "cc/surfaces/surface_resource_holder.h"
-#include "cc/surfaces/surface_factory_client.h"
-
+#include "cc/surfaces/surface_resource_holder_client.h"
namespace cc {
-SurfaceResourceHolder::SurfaceResourceHolder(SurfaceFactoryClient* client)
- : client_(client) {
-}
+SurfaceResourceHolder::SurfaceResourceHolder(
+ SurfaceResourceHolderClient* client)
+ : client_(client) {}
SurfaceResourceHolder::~SurfaceResourceHolder() {
}
« no previous file with comments | « cc/surfaces/surface_resource_holder.h ('k') | cc/surfaces/surface_resource_holder_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698