Commit 2abce6ad authored by thakis@chromium.org's avatar thakis@chromium.org

ui: Export a function that's used by a test.

BUG=90078
TEST=none
TBR=sky

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126969 0039d316-1c4b-4281-b951-d872f2087c98
parent 4f69a017
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
...@@ -28,7 +28,7 @@ namespace gfx { ...@@ -28,7 +28,7 @@ namespace gfx {
UI_EXPORT NSImage* GetCachedImageWithName(NSString* name); UI_EXPORT NSImage* GetCachedImageWithName(NSString* name);
// Clears the image cache. // Clears the image cache.
void ClearCachedImages(void); UI_EXPORT void ClearCachedImages(void);
} // namespace gfx } // namespace gfx
......
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