diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-28 01:45:35 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-28 01:45:35 +0000 |
commit | ca2902e903aba2f9964281dd875de7e4e72c08d8 (patch) | |
tree | fddaf41f587eb6dbe42a9ac4770ffe291edd797b /cc/trees/layer_tree_host_impl.h | |
parent | 11ba3511e22a3ec614d89220ff347de1b3432b48 (diff) | |
download | chromium_src-ca2902e903aba2f9964281dd875de7e4e72c08d8.zip chromium_src-ca2902e903aba2f9964281dd875de7e4e72c08d8.tar.gz chromium_src-ca2902e903aba2f9964281dd875de7e4e72c08d8.tar.bz2 |
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
Diffstat (limited to 'cc/trees/layer_tree_host_impl.h')
-rw-r--r-- | cc/trees/layer_tree_host_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<gfx::Rect> occluding_screen_space_rects; std::vector<gfx::Rect> non_occluding_screen_space_rects; |