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

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

Issue 988023005: Implementing directional selection strategy in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Expanded a couple of comments. Created 5 years, 9 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: Source/core/frame/Settings.h
diff --git a/Source/core/frame/Settings.h b/Source/core/frame/Settings.h
index 0512457712f348a99bf2e6307a2b9b7a0aaac24b..9c9e631019295deb225ea2feb9f80b19ed167b35 100644
--- a/Source/core/frame/Settings.h
+++ b/Source/core/frame/Settings.h
@@ -31,6 +31,7 @@
#include "core/SettingsMacros.h"
#include "core/css/PointerProperties.h"
#include "core/editing/EditingBehaviorTypes.h"
+#include "core/editing/TextGranularity.h"
#include "core/frame/SettingsDelegate.h"
#include "platform/Timer.h"
#include "platform/fonts/GenericFontFamilySettings.h"

Powered by Google App Engine
This is Rietveld 408576698