forked from google/skia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Move SkMSec out of public API"
This reverts commit 06cd203. Reason for revert: breaking Android roll (HWUI and a vendor fork currently rely on SkMSec) Original change's description: > Move SkMSec out of public API > > This seems a bit odd to be part of the API. It is unused by everything > else in our public API, with the exception of SkParse::FindMSec which > was both unused (by us and clients) and untested. > > Change-Id: Ib88e3c548a7f31f4fb59b05e99f907b34d7ff961 > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/897150 > Reviewed-by: Brian Osman <[email protected]> > Commit-Queue: Kaylee Lubick <[email protected]> > Auto-Submit: Kaylee Lubick <[email protected]> > Commit-Queue: Brian Osman <[email protected]> Change-Id: I1a9530bc826919873708752bd80b01a63a6a2458 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/897716 Reviewed-by: Brian Osman <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Reviewed-by: Kaylee Lubick <[email protected]> Commit-Queue: Nolan Scobie <[email protected]>
- Loading branch information
Showing
12 changed files
with
102 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ skia_cc_library( | |
deps = [ | ||
"//:core", | ||
"//src/base", | ||
"//tools/timer", | ||
], | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters