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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.h

Issue 2878573003: Initial skeleton of high-contrast mode. (Closed)
Patch Set: Created 3 years, 7 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/core/frame/Settings.h
diff --git a/third_party/WebKit/Source/core/frame/Settings.h b/third_party/WebKit/Source/core/frame/Settings.h
index e8cfc22c4cbb8949c5fa41cc1e71eebcbff66ca3..00af3753422e8f42b5d98066ffb7e439d2622a82 100644
--- a/third_party/WebKit/Source/core/frame/Settings.h
+++ b/third_party/WebKit/Source/core/frame/Settings.h
@@ -28,6 +28,7 @@
#ifndef Settings_h
#define Settings_h
+#include <memory>
#include "bindings/core/v8/V8CacheOptions.h"
#include "bindings/core/v8/V8CacheStrategiesForCacheStorage.h"
#include "core/CoreExport.h"
@@ -41,12 +42,12 @@
#include "platform/Timer.h"
#include "platform/fonts/GenericFontFamilySettings.h"
#include "platform/geometry/IntSize.h"
+#include "platform/graphics/HighContrast.h"
#include "platform/graphics/ImageAnimationPolicy.h"
#include "platform/weborigin/KURL.h"
#include "public/platform/PointerProperties.h"
#include "public/platform/WebDisplayMode.h"
#include "public/platform/WebViewportStyle.h"
-#include <memory>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698