Fix header guard typos.
This is preventing compilation on Linux with clang. R=robertphillips@google.com Review URL: https://codereview.chromium.org/18131007 git-svn-id: http://skia.googlecode.com/svn/trunk@9905 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
561b7138c3
commit
293f01939c
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#ifndef SkPathUtils_DEFINED
|
||||
#define SKPathUtils_DEFINED
|
||||
#define SkPathUtils_DEFINED
|
||||
|
||||
#include "SkPath.h"
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2012 Google Inc.
|
||||
*
|
||||
@ -6,7 +5,7 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#ifndef GrTextreUnitObj_DEFINED
|
||||
#ifndef GrTextureUnitObj_DEFINED
|
||||
#define GrTextureUnitObj_DEFINED
|
||||
|
||||
#include "GrFakeRefObj.h"
|
||||
|
Loading…
Reference in New Issue
Block a user