From 90667ba5eb88f5cb715f71add583a1c87efbe6a7 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Tue, 25 Feb 2014 03:05:18 +0000 Subject: [PATCH] Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@13576 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/giflib.gyp | 1 - src/utils/debugger/SkDrawCommand.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gyp/giflib.gyp b/gyp/giflib.gyp index 56e5003341..3a2c2153bf 100644 --- a/gyp/giflib.gyp +++ b/gyp/giflib.gyp @@ -50,4 +50,3 @@ } ] } - diff --git a/src/utils/debugger/SkDrawCommand.cpp b/src/utils/debugger/SkDrawCommand.cpp index f5caa86f92..4e410d1cfe 100644 --- a/src/utils/debugger/SkDrawCommand.cpp +++ b/src/utils/debugger/SkDrawCommand.cpp @@ -651,7 +651,7 @@ bool SkDrawRRectCommand::render(SkCanvas* canvas) const { return true; } -SkDrawDRRectCommand::SkDrawDRRectCommand(const SkRRect& outer, +SkDrawDRRectCommand::SkDrawDRRectCommand(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) { fOuter = outer; -- 2.34.1