From 9c963520ea3b4047286361af43626735a3bc8dd6 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Thu, 28 Nov 2013 07:02:25 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@12425 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/GrGpuGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/gl/GrGpuGL.cpp') diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp index 140b4d7c0c..00d27b31ef 100644 --- a/src/gpu/gl/GrGpuGL.cpp +++ b/src/gpu/gl/GrGpuGL.cpp @@ -1276,7 +1276,7 @@ void GrGpuGL::onClear(const SkIRect* rect, GrColor color, bool canIgnoreRect) { return; } } - + this->flushRenderTarget(rect); GrAutoTRestore asr(&fScissorState); fScissorState.fEnabled = (NULL != rect); -- cgit v1.2.3