| Index: third_party/WebKit/Source/platform/fonts/Font.h
 | 
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
 | 
| index ebb77fbbcb1f067cf33b5719652eb0681c04fa48..6254fffcb2f0568048d677f663a3296edc970a73 100644
 | 
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
 | 
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
 | 
| @@ -29,6 +29,7 @@
 | 
|  #include "platform/PlatformExport.h"
 | 
|  #include "platform/fonts/FontDescription.h"
 | 
|  #include "platform/fonts/FontFallbackList.h"
 | 
| +#include "platform/fonts/FontFallbackPriority.h"
 | 
|  #include "platform/fonts/SimpleFontData.h"
 | 
|  #include "platform/text/TabSize.h"
 | 
|  #include "platform/text/TextDirection.h"
 | 
| @@ -139,7 +140,8 @@ private:
 | 
|  
 | 
|  public:
 | 
|      FontSelector* fontSelector() const;
 | 
| -    PassRefPtr<FontFallbackIterator> createFontFallbackIterator() const;
 | 
| +    PassRefPtr<FontFallbackIterator> createFontFallbackIterator(
 | 
| +        FontFallbackPriority) const;
 | 
|  
 | 
|      void willUseFontData(UChar32) const;
 | 
|  
 | 
| 
 |