Index: content/test/mock_render_process.h |
diff --git a/content/test/mock_render_process.h b/content/test/mock_render_process.h |
index ef4db6c8ff2a4be0cbdbff6cb64686a48efb31e2..589556f5efa5e02dabaa262e2e882622d070106a 100644 |
--- a/content/test/mock_render_process.h |
+++ b/content/test/mock_render_process.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -16,10 +16,11 @@ class MockRenderProcess : public RenderProcess { |
virtual ~MockRenderProcess(); |
// RenderProcess implementation. |
- virtual skia::PlatformCanvas* GetDrawingCanvas(TransportDIB** memory, |
- const gfx::Rect& rect); |
- virtual void ReleaseTransportDIB(TransportDIB* memory); |
- virtual bool UseInProcessPlugins() const; |
+ virtual skia::PlatformCanvas* GetDrawingCanvas( |
+ TransportDIB** memory, |
+ const gfx::Rect& rect) OVERRIDE; |
+ virtual void ReleaseTransportDIB(TransportDIB* memory) OVERRIDE; |
+ virtual bool UseInProcessPlugins() const OVERRIDE; |
virtual bool HasInitializedMediaLibrary() const; |
private: |