Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(766)

Unified Diff: third_party/WebKit/Source/platform/fonts/SimpleFontData.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.h
diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
index 73f6a3ead9032c4ed5398e1026ba5048d64b3656..da1a42ff792821a8cc8a4456933d7c33cd217677 100644
--- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
+++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
@@ -24,6 +24,8 @@
#ifndef SimpleFontData_h
#define SimpleFontData_h
+#include <SkPaint.h>
+#include <memory>
#include "platform/PlatformExport.h"
#include "platform/fonts/CustomFontData.h"
#include "platform/fonts/FontBaseline.h"
@@ -35,8 +37,6 @@
#include "platform/geometry/FloatRect.h"
#include "wtf/PtrUtil.h"
#include "wtf/text/StringHash.h"
-#include <SkPaint.h>
-#include <memory>
#if OS(MACOSX)
#include "platform/fonts/GlyphMetricsMap.h"

Powered by Google App Engine
This is Rietveld 408576698