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

Unified Diff: Source/web/TextFinder.h

Issue 1231673007: Don't zoom in TextFinder if autosizing is disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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/web/TextFinder.h
diff --git a/Source/web/TextFinder.h b/Source/web/TextFinder.h
index b52f7f6089c1889eb5ab77be2a8ccfe259331765..4120ade246df94dd65a20e3a0e52cb9d5c230b5e 100644
--- a/Source/web/TextFinder.h
+++ b/Source/web/TextFinder.h
@@ -32,6 +32,7 @@
#define TextFinder_h
#include "core/editing/FindOptions.h"
+#include "core/layout/TextAutosizer.h"
skobes 2015/07/14 17:11:27 I think this #include belongs in TextFinder.cpp, n
#include "platform/geometry/FloatRect.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebFloatPoint.h"

Powered by Google App Engine
This is Rietveld 408576698