Index: cc/layer_tree_host_impl.h |
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
index 98368f365d4b82681c5a8df9fec83a5caa39a999..aff251ba2311727d90a4e1bc7baead64225f7f4a 100644 |
--- a/cc/layer_tree_host_impl.h |
+++ b/cc/layer_tree_host_impl.h |
@@ -59,9 +59,6 @@ public: |
virtual void sendManagedMemoryStats() = 0; |
virtual bool isInsideDraw() = 0; |
virtual void renewTreePriority() = 0; |
- |
-protected: |
- virtual ~LayerTreeHostImplClient() { } |
}; |
// LayerTreeHostImpl owns the LayerImpl tree as well as associated rendering state |
@@ -95,7 +92,7 @@ public: |
struct CC_EXPORT FrameData : public RenderPassSink { |
FrameData(); |
- virtual ~FrameData(); |
+ ~FrameData(); |
std::vector<gfx::Rect> occludingScreenSpaceRects; |
std::vector<gfx::Rect> nonOccludingScreenSpaceRects; |