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

Unified Diff: tools/ThermalManager.h

Issue 1702073002: Move SkTArray to include/private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix kilobench. Created 4 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
« no previous file with comments | « src/ports/SkFontConfigInterface_direct.cpp ('k') | tools/flags/SkCommandLineFlags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ThermalManager.h
diff --git a/tools/ThermalManager.h b/tools/ThermalManager.h
index 74e9dd1eacd3623b6f622e2b47e22bd7e1174188..747cf52691362f7a5c52fe0f38d63b99c209e740 100644
--- a/tools/ThermalManager.h
+++ b/tools/ThermalManager.h
@@ -8,8 +8,8 @@
#ifndef ThermalManager_DEFINED
#define ThermalManager_DEFINED
+#include "../private/SkTArray.h"
#include "SkString.h"
-#include "SkTArray.h"
#if defined(SK_BUILD_FOR_ANDROID) || defined(SK_BUILD_FOR_UNIX)
# define THERMAL_MANAGER_SUPPORTED
« no previous file with comments | « src/ports/SkFontConfigInterface_direct.cpp ('k') | tools/flags/SkCommandLineFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698