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

Unified Diff: Source/core/layout/LayoutTestHelper.cpp

Issue 1231363003: Fix virtual/override/final usage in Source/core/layout/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « Source/core/layout/LayoutTestHelper.h ('k') | Source/core/layout/LayoutText.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTestHelper.cpp
diff --git a/Source/core/layout/LayoutTestHelper.cpp b/Source/core/layout/LayoutTestHelper.cpp
index d7ded545f3f4214484f7fb8869bbff6e40b4227a..2b980dcabff05bd9eabf7a9f0789fc703f516e1f 100644
--- a/Source/core/layout/LayoutTestHelper.cpp
+++ b/Source/core/layout/LayoutTestHelper.cpp
@@ -13,7 +13,7 @@ namespace blink {
class FakeGraphicsLayerFactory : public GraphicsLayerFactory {
public:
- virtual PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient* client) override
+ PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient* client) override
{
return adoptPtr(new GraphicsLayer(client));
}
« no previous file with comments | « Source/core/layout/LayoutTestHelper.h ('k') | Source/core/layout/LayoutText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698