ozone: Fix chromium-style warnings in rendering_helper.cc
commit2334c429f4dbe958167ca8e5ab545efb11610951
authorspang <spang@chromium.org>
Thu, 29 Jan 2015 19:50:12 +0000 (29 11:50 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 29 Jan 2015 19:50:56 +0000 (29 19:50 +0000)
treeae50faf08b0716e581e1bdaf516b0415fca8f432
parent18f67dbe0652d388c168db1ceb7c7f379f84ad92
ozone: Fix chromium-style warnings in rendering_helper.cc

This fixes the linux_chromium_chromeos_ozone_rel_ng bot:

../../content/common/gpu/media/rendering_helper.cc:105:31: error: [chromium-style] Overriding method must be marked with 'override' or 'final'.
  virtual ~StubOzoneDelegate() {}
                              ^
                               override

TBR=posciak (red build)
NOTRY=true
BUG=none
TEST=linux_chromium_chromeos_ozone_rel_ng trybot

Review URL: https://codereview.chromium.org/875573004

Cr-Commit-Position: refs/heads/master@{#313763}
content/common/gpu/media/rendering_helper.cc