From ca2902e903aba2f9964281dd875de7e4e72c08d8 Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Thu, 28 Mar 2013 01:45:35 +0000 Subject: cc: Fix lint errors in cc. This fixes lint errors for a bunch of files including occlusion_tracker_unittest.cc and layer_tree_host_unittest_*.cc, as well as everything remaining under cc/trees/ and cc/output/ R=enne NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12471012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191092 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/trees/layer_tree_host_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/trees/layer_tree_host_impl.h') diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h index 9a19950..051e284 100644 --- a/cc/trees/layer_tree_host_impl.h +++ b/cc/trees/layer_tree_host_impl.h @@ -123,7 +123,7 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandlerClient, struct CC_EXPORT FrameData : public RenderPassSink { FrameData(); - ~FrameData(); + virtual ~FrameData(); std::vector occluding_screen_space_rects; std::vector non_occluding_screen_space_rects; -- cgit v1.1