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

Unified Diff: cc/surfaces/surface_reference_owner.h

Issue 2650303002: cc: Remove the LayerTreeHost abstraction. (Closed)
Patch Set: missed ui Created 3 years, 11 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/layers/texture_layer_unittest.cc ('k') | cc/test/fake_layer_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_reference_owner.h
diff --git a/cc/surfaces/surface_reference_owner.h b/cc/surfaces/surface_reference_owner.h
index 78614f741e0a61de5f175ac6fc991739b596baec..8aa791c5e5a38a979f3fa7a50e27ca0a6fdb5a9f 100644
--- a/cc/surfaces/surface_reference_owner.h
+++ b/cc/surfaces/surface_reference_owner.h
@@ -13,6 +13,8 @@ namespace cc {
// SurfaceReferenceFactory::CreateReference as the reference owner.
class SurfaceReferenceOwner {
public:
+ virtual ~SurfaceReferenceOwner() {}
+
virtual SurfaceSequenceGenerator* GetSurfaceSequenceGenerator() = 0;
};
« no previous file with comments | « cc/layers/texture_layer_unittest.cc ('k') | cc/test/fake_layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698