diff options
Diffstat (limited to 'ui/gfx/skia_util.h')
-rw-r--r-- | ui/gfx/skia_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/gfx/skia_util.h b/ui/gfx/skia_util.h index aabbb65..de7b8f4 100644 --- a/ui/gfx/skia_util.h +++ b/ui/gfx/skia_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 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. @@ -24,7 +24,6 @@ class Rect; UI_EXPORT SkRect RectToSkRect(const gfx::Rect& rect); UI_EXPORT SkIRect RectToSkIRect(const gfx::Rect& rect); UI_EXPORT gfx::Rect SkRectToRect(const SkRect& rect); -UI_EXPORT gfx::Rect SkIRectToRect(const SkIRect& rect); // Creates a vertical gradient shader. The caller owns the shader. // Example usage to avoid leaks: |