From 66a58aca8379a33ccc7572a31c74a3334d08b47c Mon Sep 17 00:00:00 2001 From: "sugoi@google.com" Date: Tue, 5 Mar 2013 20:40:52 +0000 Subject: Fixed a few warnings Removed a few warnings from the Skia code. Review URL: https://codereview.chromium.org/12469003 git-svn-id: http://skia.googlecode.com/svn/trunk@7996 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/GrDrawState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu') diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h index 4ae2c473ce..3f372973ab 100644 --- a/src/gpu/GrDrawState.h +++ b/src/gpu/GrDrawState.h @@ -423,7 +423,7 @@ public: */ class AutoColorRestore : public ::GrNoncopyable { public: - AutoColorRestore() : fDrawState(NULL) {} + AutoColorRestore() : fDrawState(NULL), fOldColor(0) {} AutoColorRestore(GrDrawState* drawState, GrColor color) { fDrawState = NULL; -- cgit v1.2.3