diff options
author | benjaminwagner <benjaminwagner@google.com> | 2016-04-25 07:33:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-25 07:33:19 -0700 |
commit | 98ab04012d56ebc931132506f431131ad1102c91 (patch) | |
tree | dc69e85ec2ba5b165c6a624c6b3fb37673e77874 /src | |
parent | c7eb4905c4629eba44e76d98ce5e32546f739974 (diff) |
Revert of Call SkGraphics::Init() automatically for Google3 processes. (patchset #1 id:1 of https://codereview.chromium.org/1906813002/ )
Reason for revert:
Fixed in a different way in internal cl/120632580.
Original issue's description:
> Call SkGraphics::Init() automatically for Google3 processes.
>
> This is logically a partial revert of https://codereview.chromium.org/1903503002.
>
> BUG=skia:
> GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1906813002
>
> Committed: https://skia.googlesource.com/skia/+/868060602975834c33eb33a937545c6af8ac8395
TBR=mtklein@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=skia:
Review URL: https://codereview.chromium.org/1916793002
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkGraphics.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkGraphics.cpp b/src/core/SkGraphics.cpp index 81d3b3974f..e263fdea5d 100644 --- a/src/core/SkGraphics.cpp +++ b/src/core/SkGraphics.cpp @@ -120,8 +120,3 @@ void SkGraphics::SetFlags(const char* flags) { flags = nextSemi + 1; } while (nextSemi); } - -// Call SkGraphics::Init() automatically for Google3 processes. -#if defined(GOOGLE3) - static SkAutoGraphics autoGraphics; -#endif |