[committed on behalf of dmaclach@chromium.org.]

Add newline at end of file to get rid of warnings compiling Chromium on
the Mac.  Chromium build wants newline at end of files.

Review URL:  http://codereview.appspot.com/4951048/



git-svn-id: http://skia.googlecode.com/svn/trunk@2188 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrPathRendererChain.h b/gpu/src/GrPathRendererChain.h
index 5fa8c2e..0f4305b 100644
--- a/gpu/src/GrPathRendererChain.h
+++ b/gpu/src/GrPathRendererChain.h
@@ -31,9 +31,9 @@
         kNone_UsageFlag      = 0,
         kNonAAOnly_UsageFlag = 1,
     };
-    
+
     GrPathRendererChain(GrContext* context, UsageFlags flags);
-    
+
     ~GrPathRendererChain();
 
     // takes a ref and unrefs in destructor
@@ -61,4 +61,4 @@
 
 GR_MAKE_BITFIELD_OPS(GrPathRendererChain::UsageFlags)
 
-#endif
\ No newline at end of file
+#endif