aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-11-05 07:20:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-05 07:20:51 -0800
commitf6e59b50356287e959ff47b57947be7cf4ef6a89 (patch)
treeb1d33fc96935f7e8e7b0a44fd59309586f2c7512
parent63b21962867af0f98e12a3ccbe5eef76b7ecc3aa (diff)
Cleanup: Remove unused InstallNewHandler() function from SkGraphics.
BUG=None TEST=None R=bsalomon@google.com Review URL: https://codereview.chromium.org/701813006
-rw-r--r--include/core/SkGraphics.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/core/SkGraphics.h b/include/core/SkGraphics.h
index f326a3670f..b2fc365835 100644
--- a/include/core/SkGraphics.h
+++ b/include/core/SkGraphics.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -6,7 +5,6 @@
* found in the LICENSE file.
*/
-
#ifndef SkGraphics_DEFINED
#define SkGraphics_DEFINED
@@ -142,13 +140,6 @@ public:
* global font cache.
*/
static void SetTLSFontCacheLimit(size_t bytes);
-
-private:
- /** This is automatically called by SkGraphics::Init(), and must be
- implemented by the host OS. This allows the host OS to register a callback
- with the C++ runtime to call SkGraphics::FreeCaches()
- */
- static void InstallNewHandler();
};
class SkAutoGraphics {