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

Unified Diff: cc/test/pixel_test.h

Issue 628443002: replace OVERRIDE and FINAL with override and final in cc/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 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/test/pixel_comparator.h ('k') | cc/test/pixel_test_output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test.h
diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
index 94c6fa9a02f0ed7a0b954ea043abaf6a57c20714..17ecffb4a6fa0c7c76752a568481de0410e27072 100644
--- a/cc/test/pixel_test.h
+++ b/cc/test/pixel_test.h
@@ -62,7 +62,7 @@ class PixelTest : public testing::Test, RendererClient {
void EnableExternalStencilTest();
// RendererClient implementation.
- virtual void SetFullRootLayerDamage() OVERRIDE {}
+ virtual void SetFullRootLayerDamage() override {}
private:
void ReadbackResult(base::Closure quit_run_loop,
@@ -85,7 +85,7 @@ class RendererPixelTest : public PixelTest {
bool ExpandedViewport() const;
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
};
// Wrappers to differentiate renderers where the the output surface and viewport
« no previous file with comments | « cc/test/pixel_comparator.h ('k') | cc/test/pixel_test_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698