Remove unused class from the Android framework build

R=reed@google.com, scroggo@google.com

Author: djsollen@google.com

Review URL: https://codereview.chromium.org/345613002
This commit is contained in:
djsollen 2014-06-18 12:35:10 -07:00 committed by Commit bot
parent 4ea2661cbd
commit 1d7975b1c0

View File

@ -72,7 +72,6 @@ private:
canvas. This call doesn't close the current recording.
*/
#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
friend class AndroidPicture; // This is temporary until we remove this from the framework
friend class android::Picture;
#endif
friend class SkPictureRecorderReplayTester; // for unit testing