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

Unified Diff: Source/core/layout/TextAutosizer.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: removed frame() helper from test 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
« no previous file with comments | « no previous file | Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/TextAutosizer.h
diff --git a/Source/core/layout/TextAutosizer.h b/Source/core/layout/TextAutosizer.h
index be2c33a1330ae19c2c78050bd708ccae105e7e3a..0432ee684caa23d87a6dd6855cebb5e380a25dcc 100644
--- a/Source/core/layout/TextAutosizer.h
+++ b/Source/core/layout/TextAutosizer.h
@@ -65,6 +65,8 @@ public:
void record(const LayoutBlock*);
void destroy(const LayoutBlock*);
+ bool pageNeedsAutosizing() const;
+
DECLARE_TRACE();
class LayoutScope {
« no previous file with comments | « no previous file | Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698