diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 22:51:50 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 22:51:50 +0000 |
commit | 16bf88e8016bf001d1e2787e08f5642f67c64d89 (patch) | |
tree | 5c7b2cf61393d947837fc3e81f987a8e5b987a53 /ui/gfx/skia_util.h | |
parent | 68f92592f08b67bf6e3517970218dc57cfe9ea74 (diff) | |
download | chromium_src-16bf88e8016bf001d1e2787e08f5642f67c64d89.zip chromium_src-16bf88e8016bf001d1e2787e08f5642f67c64d89.tar.gz chromium_src-16bf88e8016bf001d1e2787e08f5642f67c64d89.tar.bz2 |
Revert 125473 - skia: Change MakeOpaque() function to take a gfx::Rect parameter.
BUG=100898
R=pkasting@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9581040
TBR=tfarina@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9621019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125478 0039d316-1c4b-4281-b951-d872f2087c98
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: |