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

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

Issue 870933002: Make it possible to set the display mode from the WebView API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Using enum now Created 5 years, 11 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 | « Source/core/frame/FrameView.cpp ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Settings.h
diff --git a/Source/core/frame/Settings.h b/Source/core/frame/Settings.h
index 4e5b38fd483eeae8ee21e408bdb72bbdea282677..69a2f0d1e3b5efc0a5e1f2133ada69bbc8f6e9d5 100644
--- a/Source/core/frame/Settings.h
+++ b/Source/core/frame/Settings.h
@@ -30,7 +30,6 @@
#include "bindings/core/v8/ScriptStreamingMode.h"
#include "bindings/core/v8/V8CacheOptions.h"
#include "core/SettingsMacros.h"
-#include "core/css/DisplayModeProperties.h"
#include "core/css/PointerProperties.h"
#include "core/editing/EditingBehaviorTypes.h"
#include "core/frame/SettingsDelegate.h"
@@ -39,6 +38,7 @@
#include "platform/geometry/IntSize.h"
#include "platform/graphics/ImageAnimationPolicy.h"
#include "platform/weborigin/KURL.h"
+#include "public/platform/WebDisplayMode.h"
#include "wtf/HashSet.h"
#include "wtf/RefCounted.h"
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698