Commit e7c634ef authored by avi@chromium.org's avatar avi@chromium.org

Add OVERRIDE to skia/.

BUG=104314
TEST=no change

Review URL: http://codereview.chromium.org/8595024

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110915 0039d316-1c4b-4281-b951-d872f2087c98
parent 1468de68
// Copyright (c) 2006-2009 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.
......@@ -6,6 +6,7 @@
#define SKIA_EXT_VECTOR_CANVAS_H_
#pragma once
#include "base/compiler_specific.h"
#include "skia/ext/platform_canvas.h"
class SkDevice;
......@@ -22,8 +23,8 @@ class SK_API VectorCanvas : public PlatformCanvas {
explicit VectorCanvas(SkDevice* device);
virtual ~VectorCanvas();
virtual SkBounder* setBounder(SkBounder* bounder);
virtual SkDrawFilter* setDrawFilter(SkDrawFilter* filter);
virtual SkBounder* setBounder(SkBounder* bounder) OVERRIDE;
virtual SkDrawFilter* setDrawFilter(SkDrawFilter* filter) OVERRIDE;
private:
// Returns true if the top device is vector based and not bitmap based.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment