commit | c2d0fb17deefce858c581d5d35160f05751fa008 | [log] [tgz] |
---|---|---|
author | Hal Canary <halcanary@google.com> | Wed Sep 19 10:28:59 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Sep 19 14:54:57 2018 +0000 |
tree | 27d250ecd0b4aa4bfffe1f6c208f27fced830409 | |
parent | 9e7f50435c4794caa4076cf62a80e60c8c879aab [diff] [blame] |
include: whitespace changes for clang-format Change-Id: I76ab59d963cebf6cbb450e1873c3e0c63f3f2da0 Reviewed-on: https://skia-review.googlesource.com/155560 Commit-Queue: Hal Canary <halcanary@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
diff --git a/include/private/SkDeferredDisplayList.h b/include/private/SkDeferredDisplayList.h index 00afd85..a236c01 100644 --- a/include/private/SkDeferredDisplayList.h +++ b/include/private/SkDeferredDisplayList.h
@@ -11,9 +11,10 @@ #include "SkSurfaceCharacterization.h" #if SK_SUPPORT_GPU -#include <map> #include "GrCCPerOpListPaths.h" #include "GrOpList.h" + +#include <map> #endif class SkSurface;