| Index: third_party/freetype/src/truetype/ttobjs.h
 | 
| diff --git a/third_party/freetype/src/truetype/ttobjs.h b/third_party/freetype/src/truetype/ttobjs.h
 | 
| index 859164f86be100ee5b17a80b82238aaa29549e83..9396089a991168a61dfc3663e18d7648cb64e9e7 100644
 | 
| --- a/third_party/freetype/src/truetype/ttobjs.h
 | 
| +++ b/third_party/freetype/src/truetype/ttobjs.h
 | 
| @@ -4,7 +4,7 @@
 | 
|  /*                                                                         */
 | 
|  /*    Objects manager (specification).                                     */
 | 
|  /*                                                                         */
 | 
| -/*  Copyright 1996-2009, 2011-2014 by                                      */
 | 
| +/*  Copyright 1996-2015 by                                                 */
 | 
|  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
 | 
|  /*                                                                         */
 | 
|  /*  This file is part of the FreeType project, and may only be used,       */
 | 
| @@ -42,17 +42,6 @@ FT_BEGIN_HEADER
 | 
|    /*************************************************************************/
 | 
|    /*                                                                       */
 | 
|    /* <Type>                                                                */
 | 
| -  /*    TT_Instance                                                        */
 | 
| -  /*                                                                       */
 | 
| -  /* <Description>                                                         */
 | 
| -  /*    A handle to a TrueType size object.                                */
 | 
| -  /*                                                                       */
 | 
| -  typedef struct TT_SizeRec_*  TT_Size;
 | 
| -
 | 
| -
 | 
| -  /*************************************************************************/
 | 
| -  /*                                                                       */
 | 
| -  /* <Type>                                                                */
 | 
|    /*    TT_GlyphSlot                                                       */
 | 
|    /*                                                                       */
 | 
|    /* <Description>                                                         */
 | 
| @@ -160,7 +149,7 @@ FT_BEGIN_HEADER
 | 
|    typedef struct  TT_CodeRange_
 | 
|    {
 | 
|      FT_Byte*  base;
 | 
| -    FT_ULong  size;
 | 
| +    FT_Long   size;
 | 
|  
 | 
|    } TT_CodeRange;
 | 
|  
 | 
| @@ -324,13 +313,6 @@ FT_BEGIN_HEADER
 | 
|  
 | 
|      TT_GlyphZoneRec    twilight;     /* The instance's twilight zone    */
 | 
|  
 | 
| -    /* debugging variables */
 | 
| -
 | 
| -    /* When using the debugger, we must keep the */
 | 
| -    /* execution context tied to the instance    */
 | 
| -    /* object rather than asking it on demand.   */
 | 
| -
 | 
| -    FT_Bool            debug;
 | 
|      TT_ExecContext     context;
 | 
|  
 | 
|      /* if negative, `fpgm' (resp. `prep'), wasn't executed yet; */
 | 
| @@ -351,7 +333,6 @@ FT_BEGIN_HEADER
 | 
|    {
 | 
|      FT_DriverRec  root;
 | 
|  
 | 
| -    TT_ExecContext   context;  /* execution context        */
 | 
|      TT_GlyphZoneRec  zone;     /* glyph loader points zone */
 | 
|  
 | 
|      FT_UInt  interpreter_version;
 | 
| 
 |